pgsql-server/src/bin/pg_dump common.c pg_backu ...

Started by Tom Laneover 22 years ago2 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl@svr1.postgresql.org 03/12/08 12:39:05

Modified files:
src/bin/pg_dump: common.c pg_backup_archiver.h pg_backup_null.c
pg_backup_tar.c

Log message:
Work around naming conflict between zlib and OpenSSL by tweaking inclusion
order. Remove some unnecessary #includes (that duplicate c.h).

#2Christopher Kings-Lynne
chriskl@familyhealth.com.au
In reply to: Tom Lane (#1)
Re: pgsql-server/src/bin/pg_dump common.c pg_backu ...

That's fixed it for me.

Chris

Tom Lane wrote:

Show quoted text

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl@svr1.postgresql.org 03/12/08 12:39:05

Modified files:
src/bin/pg_dump: common.c pg_backup_archiver.h pg_backup_null.c
pg_backup_tar.c

Log message:
Work around naming conflict between zlib and OpenSSL by tweaking inclusion
order. Remove some unnecessary #includes (that duplicate c.h).

---------------------------(end of broadcast)---------------------------
TIP 8: explain analyze is your friend