Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59e6116 commit 174421bCopy full SHA for 174421b
contrib/pg_upgrade/pg_upgrade.c
@@ -452,11 +452,11 @@ copy_clog_xlog_xid(void)
452
else if (new_cluster.controldata.cat_ver >= MULTIXACT_FORMATCHANGE_CAT_VER)
453
{
454
/*
455
- * Remove files created by initdb that no longer match the
456
- * new multi-xid value.
+ * Remove offsets/0000 file created by initdb that no longer matches
+ * the new multi-xid value. "members" starts at zero so no need to
457
+ * remove it.
458
*/
459
remove_new_subdir("pg_multixact/offsets", false);
- remove_new_subdir("pg_multixact/members", false);
460
461
prep_status("Setting oldest multixact ID on new cluster");
462
0 commit comments