• Heikki Linnakangas's avatar
    Make xact.h usable in frontend. · 3941eb63
    Heikki Linnakangas authored
    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.
    3941eb63
params.c 11.2 KB