8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daec16d commit 18b5ef5Copy full SHA for 18b5ef5
src/bin/pg_dump/pg_restore.c
@@ -34,7 +34,7 @@
34
*
35
36
* IDENTIFICATION
37
- * $PostgreSQL: pgsql/src/bin/pg_dump/pg_restore.c,v 1.69 2005/02/22 04:39:38 momjian Exp $
+ * $PostgreSQL: pgsql/src/bin/pg_dump/pg_restore.c,v 1.70 2005/04/29 07:08:06 neilc Exp $
38
39
*-------------------------------------------------------------------------
40
*/
@@ -313,7 +313,7 @@ main(int argc, char **argv)
313
break;
314
315
default:
316
- write_msg("unrecognized archive format '%s'; please specify 't' or 'c'\n",
+ write_msg(NULL, "unrecognized archive format '%s'; please specify 't' or 'c'\n",
317
opts->formatName);
318
exit(1);
319
}
0 commit comments