postgresql/contrib/pg_prewarm
Heikki Linnakangas 3941eb6341 Make xact.h usable in frontend.
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.
2020-08-17 10:50:13 +03:00
..
autoprewarm.c Make xact.h usable in frontend. 2020-08-17 10:50:13 +03:00
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