1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

pg_restore should exit with status 0, not 1, on success.

This commit is contained in:
Tom Lane
2001-11-19 06:06:21 +00:00
parent 375dcf9c88
commit abd6014de9

View File

@ -34,7 +34,7 @@
* *
* *
* IDENTIFICATION * IDENTIFICATION
* $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_restore.c,v 1.29 2001/11/05 17:46:30 momjian Exp $ * $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_restore.c,v 1.30 2001/11/19 06:06:21 tgl Exp $
* *
* Modifications - 28-Jun-2000 - pjw@rhyme.com.au * Modifications - 28-Jun-2000 - pjw@rhyme.com.au
* *
@ -373,7 +373,7 @@ main(int argc, char **argv)
CloseArchive(AH); CloseArchive(AH);
return 1; return 0;
} }
static void static void