postgresql/contrib/ltree
Peter Eisentraut dd16f9480a Remove unreachable code
The Solaris Studio compiler warns about these instances, unlike more
mainstream compilers such as gcc.  But manual inspection showed that
the code is clearly not reachable, and we hope no worthy compiler will
complain about removing this code.
2012-07-16 22:15:03 +03:00
..
data
expected
sql
_ltree_gist.c Replace int2/int4 in C code with int16/int32 2012-06-25 01:51:46 +03:00
_ltree_op.c Remove unnecessary #include references, per pgrminclude script. 2011-09-01 10:04:27 -04:00
.gitignore
crc32.c
crc32.h
lquery_op.c Remove unnecessary #include references, per pgrminclude script. 2011-09-01 10:04:27 -04:00
ltree_gist.c Replace int2/int4 in C code with int16/int32 2012-06-25 01:51:46 +03:00
ltree_io.c
ltree_op.c Replace int2/int4 in C code with int16/int32 2012-06-25 01:51:46 +03:00
ltree--1.0.sql Throw a useful error message if an extension script file is fed to psql. 2011-10-12 15:45:03 -04:00
ltree--unpackaged--1.0.sql Throw a useful error message if an extension script file is fed to psql. 2011-10-12 15:45:03 -04:00
ltree.control
ltree.h Replace int2/int4 in C code with int16/int32 2012-06-25 01:51:46 +03:00
ltreetest.sql
ltxtquery_io.c Remove unreachable code 2012-07-16 22:15:03 +03:00
ltxtquery_op.c Remove unreachable code 2012-07-16 22:15:03 +03:00
Makefile