1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

Please find attached a patch for the pg_dump directory which addresses:

- The problems Jan reported

- incompatibility with configure (now uses HAVE_LIBZ instead of HAVE_ZLIB)

- a problem in auto-detecting archive file format on piped archives

Philip Warner
This commit is contained in:
Jan Wieck
2000-07-06 18:39:39 +00:00
parent 2a225ebf18
commit 43f6ab8654
6 changed files with 75 additions and 74 deletions

View File

@@ -22,7 +22,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_dump.c,v 1.156 2000/07/04 16:57:49 momjian Exp $
* $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_dump.c,v 1.157 2000/07/06 18:39:39 wieck Exp $
*
* Modifications - 6/10/96 - dave@bensoft.com - version 1.13.dhb
*
@@ -3202,10 +3202,9 @@ dumpTables(Archive *fout, TableInfo *tblinfo, int numTables,
{
/* Skip VIEW relations */
/*
* if (isViewRule(tblinfo[i].relname)) continue;
*/
/* if (isViewRule(tblinfo[i].relname)) continue; */
parentRels = tblinfo[i].parentRels;
numParents = tblinfo[i].numParents;