8000
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 7980ab3 commit 89cf2d5Copy full SHA for 89cf2d5
contrib/pg_upgrade/pg_upgrade.c
@@ -451,11 +451,11 @@ copy_clog_xlog_xid(void)
451
else if (new_cluster.controldata.cat_ver >= MULTIXACT_FORMATCHANGE_CAT_VER)
452
{
453
/*
454
- * Remove files created by initdb that no longer match the
455
- * 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
456
+ * remove it.
457
*/
458
remove_new_subdir("pg_multixact/offsets", false);
- remove_new_subdir("pg_multixact/members", false);
459
460
prep_status("Setting oldest multixact ID on new cluster");
461
0 commit comments