mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Allow 8-byte off_t to properly pg_dump, from Philip Warner with mods by Bruce.
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_dump.c,v 1.304 2002/10/18 22:05:35 petere Exp $
|
||||
* $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_dump.c,v 1.305 2002/10/22 19:15:23 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@@ -292,7 +292,6 @@ main(int argc, char **argv)
|
||||
break;
|
||||
|
||||
case 'C': /* Create DB */
|
||||
|
||||
outputCreate = 1;
|
||||
break;
|
||||
|
||||
@@ -326,7 +325,6 @@ main(int argc, char **argv)
|
||||
oids = true;
|
||||
break;
|
||||
|
||||
|
||||
case 'O': /* Don't reconnect to match owner */
|
||||
outputNoOwner = 1;
|
||||
break;
|
||||
@@ -1093,7 +1091,6 @@ dumpClasses_dumpData(Archive *fout, char *oid, void *dctxv)
|
||||
}
|
||||
archprintf(fout, ");\n");
|
||||
}
|
||||
|
||||
} while (PQntuples(res) > 0);
|
||||
|
||||
archprintf(fout, "\n\n");
|
||||
|
Reference in New Issue
Block a user