aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistutil.c
diff options
context:
space:
mode:
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>2020-08-17 10:50:13 +0300
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>2020-08-17 10:50:13 +0300
commit3941eb6341d8274dd63a26972042da6632533f2b (patch)
treef92a8a4663e42ac5775b89fb4b3f5aea2c17a980 /src/backend/access/gist/gistutil.c
parentd7ec8337f9093b097f08f94e5ecec36303ad73fd (diff)
downloadpostgresql-3941eb6341d8274dd63a26972042da6632533f2b.tar.gz
postgresql-3941eb6341d8274dd63a26972042da6632533f2b.zip
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.
Diffstat (limited to 'src/backend/access/gist/gistutil.c')
0 files changed, 0 insertions, 0 deletions