We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cec3be0 commit fbbb65dCopy full SHA for fbbb65d
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