postgresql/src/include/replication
Amit Kapila 308622edf1 Avoid including utils/timestamp.h in conflict.h.
conflict.h currently includes utils/timestamp.h despite only requiring
basic timestamp type definitions. This creates unnecessary overhead.

Replace the include with datatype/timestamp.h to provide the necessary
types. This change requires explicitly including utils/timestamp.h in
test_custom_fixed_stats.c, which previously relied on the indirect
inclusion.

Extracted from the larger patch by Andres Freund.
Discussion: https://postgr.es/m/aY-UE-4t7FiYgH3t@alap3.anarazel.de
2026-02-23 10:19:05 +05:30
..
conflict.h Avoid including utils/timestamp.h in conflict.h. 2026-02-23 10:19:05 +05:30
decode.h Update copyright for 2026 2026-01-01 13:24:10 -05:00
logical.h pg_upgrade: Optimize logical replication slot caught-up check. 2026-02-04 17:11:27 -08:00
logicalctl.h Fix typos and inconsistencies in code and comments 2026-01-05 09:19:15 +09:00
logicallauncher.h Update copyright for 2026 2026-01-01 13:24:10 -05:00
logicalproto.h Update copyright for 2026 2026-01-01 13:24:10 -05:00
logicalrelation.h Update copyright for 2026 2026-01-01 13:24:10 -05:00
logicalworker.h Update copyright for 2026 2026-01-01 13:24:10 -05:00
message.h Update copyright for 2026 2026-01-01 13:24:10 -05:00
origin.h Consolidate replication origin session globals into a single struct. 2026-01-28 12:26:22 -08:00
output_plugin.h Standardize replication origin naming to use "ReplOrigin". 2026-01-28 11:03:29 -08:00
pgoutput.h Update copyright for 2026 2026-01-01 13:24:10 -05:00
reorderbuffer.h Standardize replication origin naming to use "ReplOrigin". 2026-01-28 11:03:29 -08:00
slot.h Fix comment neglected in commit ddc3250208 2026-02-12 19:41:02 +02:00
slotsync.h Update copyright for 2026 2026-01-01 13:24:10 -05:00
snapbuild.h Update copyright for 2026 2026-01-01 13:24:10 -05:00
snapbuild_internal.h Update copyright for 2026 2026-01-01 13:24:10 -05:00
syncrep.h Update copyright for 2026 2026-01-01 13:24:10 -05:00
walreceiver.h Add WALRCV_CONNECTING state to the WAL receiver 2026-01-23 14:17:28 +09:00
walsender.h Update copyright for 2026 2026-01-01 13:24:10 -05:00
walsender_private.h Update copyright for 2026 2026-01-01 13:24:10 -05:00
worker_internal.h Avoid including worker_internal.h in pgstat.h. 2026-02-20 09:26:33 +05:30