postgresql/src/include/replication
Tom Lane a7801b62f2 Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.
As per my recent proposal, this refactors things so that these typedefs and
macros are available in a header that can be included in frontend-ish code.
I also changed various headers that were undesirably including
utils/timestamp.h to include datatype/timestamp.h instead.  Unsurprisingly,
this showed that half the system was getting utils/timestamp.h by way of
xlog.h.

No actual code changes here, just header refactoring.
2011-09-09 13:23:41 -04:00
..
basebackup.h Clean up ill-advised attempt to invent a private set of Node tags. 2011-08-06 14:53:49 -04:00
syncrep.h Clean up the #include mess a little. 2011-09-04 01:13:16 -04:00
walprotocol.h Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h. 2011-09-09 13:23:41 -04:00
walreceiver.h Move AllowCascadeReplication() define from xlog.h to replication include 2011-09-03 20:46:19 -04:00
walsender.h Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h. 2011-09-09 13:23:41 -04:00