You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
errdetail_plural("This command would create a multixact with %u members, which exceeds remaining space (%u member.)",
1078
-
"This command would create a multixact with %u members, which exceeds remaining space (%u members.)",
1077
+
errdetail_plural("This command would create a multixact with %u members, but the remaining space is only enough for %u member.",
1078
+
"This command would create a multixact with %u members, but the remaining space is only enough for %u members.",
1079
1079
MultiXactState->offsetStopLimit-nextOffset-1,
1080
1080
nmembers,
1081
1081
MultiXactState->offsetStopLimit-nextOffset-1),
1082
-
errhint("Execute a database-wide VACUUM in database with OID %u, with reduced vacuum_multixact_freeze_min_age and vacuum_multixact_freeze_table_age settings.",
1082
+
errhint("Execute a database-wide VACUUM in database with OID %u with reduced vacuum_multixact_freeze_min_age and vacuum_multixact_freeze_table_age settings.",
errhint("Execute a database-wide VACUUM in that database, with reduced vacuum_multixact_freeze_min_age and vacuum_multixact_freeze_table_age settings.")));
1092
+
errhint("Execute a database-wide VACUUM in that database with reduced vacuum_multixact_freeze_min_age and vacuum_multixact_freeze_table_age settings.")));
0 commit comments