aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/datetime.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2000-04-14 03:05:35 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2000-04-14 03:05:35 +0000
commit8eafe405711e05d487704cd51531b2ce33065723 (patch)
treec697a75420e95ce8c3babd84a1b2348850ddc161 /src/backend/utils/adt/datetime.c
parent07d2c3e0a06047f278d15934ce0de598f894992f (diff)
downloadpostgresql-8eafe405711e05d487704cd51531b2ce33065723.tar.gz
postgresql-8eafe405711e05d487704cd51531b2ce33065723.zip
Fix silly definition order in config.h --- we had prototypes like
extern int inet_aton(const char *cp, struct in_addr * addr); appearing before the optional #define for const, which was certain to fail on a machine with neither const nor inet_aton().
Diffstat (limited to 'src/backend/utils/adt/datetime.c')
0 files changed, 0 insertions, 0 deletions