]> granicus.if.org Git - postgresql/commit
Include c.h instead of postgres.h in files that need to be usable in
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 24 Jun 2004 18:53:48 +0000 (18:53 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 24 Jun 2004 18:53:48 +0000 (18:53 +0000)
commitfd786668ea61bc96c5d2b670e88e02650b9fb07a
treef54b0b9a6385d18c82be4dd9f9fc554dcae4bdb7
parentf8dd00c3efcac3c245e5eb3989b2550f9894f574
Include c.h instead of postgres.h in files that need to be usable in
both frontend and backend.  Per Andreas Pflug.
src/port/getopt.c
src/port/getrusage.c
src/port/gettimeofday.c
src/port/kill.c
src/port/noblock.c
src/port/pgsleep.c
src/port/pgstrcasecmp.c
src/port/pipe.c
src/port/sprompt.c
src/port/thread.c