File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 15
15
*
16
16
*
17
17
* IDENTIFICATION
18
- * $PostgreSQL: pgsql/src/bin/pg_dump/pg_backup_archiver.c,v 1.156 2008/05/04 03:46:08 adunstan Exp $
18
+ * $PostgreSQL: pgsql/src/bin/pg_dump/pg_backup_archiver.c,v 1.157 2008/05/04 08:32:21 adunstan Exp $
19
19
*
20
20
*-------------------------------------------------------------------------
21
21
*/
@@ -2136,7 +2136,7 @@ static void
2136
2136
_doSetFixedOutputState (ArchiveHandle * AH )
2137
2137
{
2138
2138
/* Disable statement_timeout in archive for pg_restore/psql */
2139
- ahprintf (AH , "SET statement_timeout = 0;\n" )
2139
+ ahprintf (AH , "SET statement_timeout = 0;\n" );
2140
2140
2141
2141
/* Select the correct character set encoding */
2142
2142
ahprintf (AH , "SET client_encoding = '%s';\n" ,
You can’t perform that action at this time.
0 commit comments