postgresql/contrib/btree_gist
Tom Lane c29aff959d Consistently declare timestamp variables as TimestampTz.
Twiddle the replication-related code so that its timestamp variables
are declared TimestampTz, rather than the uninformative "int64" that
was previously used for meant-to-be-always-integer timestamps.
This resolves the int64-vs-TimestampTz declaration inconsistencies
introduced by commit 7c030783a, though in the opposite direction to
what was originally suggested.

This required including datatype/timestamp.h in a couple more places
than before.  I decided it would be a good idea to slim down that
header by not having it pull in <float.h> etc, as those headers are
no longer at all relevant to its purpose.  Unsurprisingly, a small number
of .c files turn out to have been depending on those inclusions, so add
them back in the .c files as needed.

Discussion: https://postgr.es/m/26788.1487455319@sss.pgh.pa.us
Discussion: https://postgr.es/m/27694.1487456324@sss.pgh.pa.us
2017-02-23 15:57:08 -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 Handle contrib's GIN/GIST support function signature changes honestly. 2016-06-09 16:44:25 -04:00
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 Handle contrib's GIN/GIST support function signature changes honestly. 2016-06-09 16:44:25 -04:00
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 Remove now-dead code for !HAVE_INT64_TIMESTAMP. 2017-02-23 14:04:43 -05:00
btree_ts.c Consistently declare timestamp variables as TimestampTz. 2017-02-23 15:57:08 -05:00
btree_utils_num.c
btree_utils_num.h Remove now-dead code for !HAVE_INT64_TIMESTAMP. 2017-02-23 14:04:43 -05:00
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