postgresql/contrib/ltree
Michael Paquier 66bde49d96 Fix inconsistencies and typos in the tree, take 10
This addresses some issues with unnecessary code comments, fixes various
typos in docs and comments, and removes some orphaned structures and
definitions.

Author: Alexander Lakhin
Discussion: https://postgr.es/m/9aabc775-5494-b372-8bcb-4dfc0bd37c68@gmail.com
2019-08-13 13:53:41 +09:00
..
data
expected Fix crash in contrib/ltree's lca() function for empty input array. 2018-07-13 18:45:30 -04:00
sql Fix crash in contrib/ltree's lca() function for empty input array. 2018-07-13 18:45:30 -04:00
_ltree_gist.c Make use of compiler builtins and/or assembly for CLZ, CTZ, POPCNT. 2019-02-15 23:22:33 -05:00
_ltree_op.c Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent. 2017-09-18 15:21:23 -04:00
.gitignore
crc32.c
crc32.h
lquery_op.c Phase 2 pgindent run for v12. 2019-05-22 13:04:48 -04:00
ltree_gist.c Change TRUE/FALSE to true/false 2017-11-08 11:37:28 -05:00
ltree_io.c Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent. 2017-09-18 15:21:23 -04:00
ltree_op.c Allow btree comparison functions to return INT_MIN. 2018-10-05 16:01:29 -04:00
ltree--1.0--1.1.sql
ltree--1.1.sql
ltree--unpackaged--1.0.sql
ltree.control
ltree.h Phase 2 pgindent run for v12. 2019-05-22 13:04:48 -04:00
ltreetest.sql
ltxtquery_io.c Fix inconsistencies and typos in the tree, take 10 2019-08-13 13:53:41 +09:00
ltxtquery_op.c Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent. 2017-09-18 15:21:23 -04:00
Makefile Provide for contrib and pgxs modules to install include files. 2018-07-31 20:07:39 +01:00