postgresql/contrib/btree_gist
Peter Eisentraut 352a24a1f9 Generate fmgr prototypes automatically
Gen_fmgrtab.pl creates a new file fmgrprotos.h, which contains
prototypes for all functions registered in pg_proc.h.  This avoids
having to manually maintain these prototypes across a random variety of
header files.  It also automatically enforces a correct function
signature, and since there are warnings about missing prototypes, it
will detect functions that are defined but not registered in
pg_proc.h (or otherwise used).

Reviewed-by: Pavel Stehule <pavel.stehule@gmail.com>
2017-01-17 14:06:07 -05:00
..
data Add uuid to the set of types supported by contrib/btree_gist. 2016-11-29 14:08:34 -05:00
expected Test all contrib-created operator classes with amvalidate. 2016-11-29 15:05:22 -05:00
sql Test all contrib-created operator classes with amvalidate. 2016-11-29 15:05:22 -05:00
.gitignore
btree_bit.c Generate fmgr prototypes automatically 2017-01-17 14:06:07 -05:00
btree_bytea.c Generate fmgr prototypes automatically 2017-01-17 14:06:07 -05:00
btree_cash.c
btree_date.c Generate fmgr prototypes automatically 2017-01-17 14:06:07 -05:00
btree_float4.c
btree_float8.c
btree_gist--1.0--1.1.sql
btree_gist--1.1--1.2.sql
btree_gist--1.2--1.3.sql Add uuid to the set of types supported by contrib/btree_gist. 2016-11-29 14:08:34 -05:00
btree_gist--1.2.sql
btree_gist--unpackaged--1.0.sql
btree_gist.c
btree_gist.control Add uuid to the set of types supported by contrib/btree_gist. 2016-11-29 14:08:34 -05:00
btree_gist.h Add uuid to the set of types supported by contrib/btree_gist. 2016-11-29 14:08:34 -05:00
btree_inet.c
btree_int2.c
btree_int4.c
btree_int8.c
btree_interval.c Generate fmgr prototypes automatically 2017-01-17 14:06:07 -05:00
btree_macaddr.c
btree_numeric.c
btree_oid.c
btree_text.c
btree_time.c Generate fmgr prototypes automatically 2017-01-17 14:06:07 -05:00
btree_ts.c
btree_utils_num.c
btree_utils_num.h
btree_utils_var.c
btree_utils_var.h
btree_uuid.c Add uuid to the set of types supported by contrib/btree_gist. 2016-11-29 14:08:34 -05:00
Makefile Add uuid to the set of types supported by contrib/btree_gist. 2016-11-29 14:08:34 -05:00