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
.gitignore
crc32.c
crc32.h
lquery_op.c
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
ltree--unpackaged--1.0.sql
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