postgresql/src/backend/tcop
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
..
dest.c Add a new DestReceiver for printing tuples without catalog access. 2017-01-24 16:53:56 -05:00
fastpath.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
Makefile Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
postgres.c Use castNode() in a bunch of statement-list-related code. 2017-01-26 22:09:34 -05:00
pquery.c Consistently declare timestamp variables as TimestampTz. 2017-02-23 15:57:08 -05:00
utility.c Add CREATE COLLATION IF NOT EXISTS clause 2017-02-15 10:01:28 -05:00