mirror of
https://github.com/postgres/postgres.git
synced 2026-02-17 01:31:07 -05:00
xact.h included utils/datetime.h, which cannot be used in the frontend (it includes fmgr.h, which needs Datum). But xact.h only needs the definition of TimestampTz from it, which is available directly in datatypes/timestamp.h. Change xact.h to include that instead of utils/datetime.h, so that it can be used in client programs. |
||
|---|---|---|
| .. | ||
| autoprewarm.c | ||
| Makefile | ||
| pg_prewarm--1.0--1.1.sql | ||
| pg_prewarm--1.1--1.2.sql | ||
| pg_prewarm--1.1.sql | ||
| pg_prewarm.c | ||
| pg_prewarm.control | ||