add ; missing due to my carelessness
authorAndrew Dunstan <andrew@dunslane.net>
Sun, 4 May 2008 08:32:21 +0000 (08:32 +0000)
committerAndrew Dunstan <andrew@dunslane.net>
Sun, 4 May 2008 08:32:21 +0000 (08:32 +0000)
src/bin/pg_dump/pg_backup_archiver.c

index 90f97c44caa78afa57d05f1c30c578e0214b5759..2c5828c572d4f87423a1e929e6a5afec02bbeee7 100644 (file)
@@ -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",