1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-23 14:01:44 +03:00

Add end-of-dump markers for pg_dump and pg_dumpall.

This commit is contained in:
Bruce Momjian
2004-05-19 21:21:26 +00:00
parent 8a91100379
commit bef228d1ee
2 changed files with 9 additions and 2 deletions

View File

@ -15,7 +15,7 @@
*
*
* IDENTIFICATION
* $PostgreSQL: pgsql/src/bin/pg_dump/pg_backup_archiver.c,v 1.86 2004/04/22 02:39:10 momjian Exp $
* $PostgreSQL: pgsql/src/bin/pg_dump/pg_backup_archiver.c,v 1.87 2004/05/19 21:21:26 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@ -384,6 +384,8 @@ RestoreArchive(Archive *AHX, RestoreOptions *ropt)
AH->blobConnection = NULL;
}
}
ahprintf(AH, "--\n-- PostgreSQL database dump complete\n--\n\n");
}
/*