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

Commit1c59e37

Browse files
committed
Revert:
In pg_upgrade, remove pg_restore's --single-transaction option, as it throws errors in certain cases.
1 parent2097723 commit1c59e37

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

‎contrib/pg_upgrade/pg_upgrade.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -309,12 +309,11 @@ create_new_objects(void)
309309

310310
/*
311311
*Using pg_restore --single-transaction is faster than other
312-
*methods, like --jobs. However, --single-transaction throws
313-
*an error. pg_dump only produces its output at the
312+
*methods, like --jobs. pg_dump only produces its output at the
314313
*end, so there is little parallelism using the pipe.
315314
*/
316315
exec_prog(RESTORE_LOG_FILE,NULL, true,
317-
"\"%s/pg_restore\" %s --exit-on-error --verbose --dbname \"%s\" \"%s\"",
316+
"\"%s/pg_restore\" %s --exit-on-error --single-transaction --verbose --dbname \"%s\" \"%s\"",
318317
new_cluster.bindir,cluster_conn_opts(&new_cluster),
319318
old_db->db_name,file_name);
320319
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp