projects
/
users
/
simon
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eff8a6a
)
add ; missing due to my carelessness
author
Andrew Dunstan
<andrew@dunslane.net>
Sun, 4 May 2008 08:32:21 +0000
(08:32 +0000)
committer
Andrew Dunstan
<andrew@dunslane.net>
Sun, 4 May 2008 08:32:21 +0000
(08:32 +0000)
src/bin/pg_dump/pg_backup_archiver.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/pg_dump/pg_backup_archiver.c
b/src/bin/pg_dump/pg_backup_archiver.c
index 90f97c44caa78afa57d05f1c30c578e0214b5759..2c5828c572d4f87423a1e929e6a5afec02bbeee7 100644
(file)
--- a/
src/bin/pg_dump/pg_backup_archiver.c
+++ b/
src/bin/pg_dump/pg_backup_archiver.c
@@
-2136,7
+2136,7
@@
static void
_doSetFixedOutputState(ArchiveHandle *AH)
{
/* Disable statement_timeout in archive for pg_restore/psql */
- ahprintf(AH, "SET statement_timeout = 0;\n")
+ ahprintf(AH, "SET statement_timeout = 0;\n")
;
/* Select the correct character set encoding */
ahprintf(AH, "SET client_encoding = '%s';\n",