We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2c9fbe commit 0ff74f0Copy full SHA for 0ff74f0
src/bin/pg_dump/pg_backup_archiver.c
@@ -15,7 +15,7 @@
15
*
16
17
* IDENTIFICATION
18
- * $PostgreSQL: pgsql/src/bin/pg_dump/pg_backup_archiver.c,v 1.156 2008/05/04 03:46:08 adunstan Exp $
+ * $PostgreSQL: pgsql/src/bin/pg_dump/pg_backup_archiver.c,v 1.157 2008/05/04 08:32:21 adunstan Exp $
19
20
*-------------------------------------------------------------------------
21
*/
@@ -2136,7 +2136,7 @@ static void
2136
_doSetFixedOutputState(ArchiveHandle *AH)
2137
{
2138
/* Disable statement_timeout in archive for pg_restore/psql */
2139
- ahprintf(AH, "SET statement_timeout = 0;\n")
+ ahprintf(AH, "SET statement_timeout = 0;\n");
2140
2141
/* Select the correct character set encoding */
2142
ahprintf(AH, "SET client_encoding = '%s';\n",
0 commit comments