Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0ff74f0

Browse files
committed
add ; missing due to my carelessness
1 parentc2c9fbe commit0ff74f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/bin/pg_dump/pg_backup_archiver.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*
1616
*
1717
* 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 $
1919
*
2020
*-------------------------------------------------------------------------
2121
*/
@@ -2136,7 +2136,7 @@ static void
21362136
_doSetFixedOutputState(ArchiveHandle*AH)
21372137
{
21382138
/* 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");
21402140

21412141
/* Select the correct character set encoding */
21422142
ahprintf(AH,"SET client_encoding = '%s';\n",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp