|
15 | 15 | * |
16 | 16 | * |
17 | 17 | * IDENTIFICATION |
18 | | - *$PostgreSQL: pgsql/src/bin/pg_dump/pg_backup_archiver.c,v 1.156 2008/05/0403:46:08 adunstan Exp $ |
| 18 | + *$PostgreSQL: pgsql/src/bin/pg_dump/pg_backup_archiver.c,v 1.157 2008/05/0408: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", |
|