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

Commitde95928

Browse files
committed
Make multixact error message more explicit
There are recent reports involving a very old error message that we haveno history of hitting -- perhaps a recently introduced bug. Improve theerror message in an attempt to improve our chances of investigating thebug.Per reports from Dimos Stamatakis and Bob Krier.Backpatch to 11.Discussion:https://postgr.es/m/CO2PR0801MB2310579F65529380A4E5EDC0E20A9@CO2PR0801MB2310.namprd08.prod.outlook.comDiscussion:https://postgr.es/m/17518-04e368df5ad7f2ee@postgresql.org
1 parent3a28075 commitde95928

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎src/backend/access/transam/multixact.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -779,7 +779,8 @@ MultiXactIdCreateFromMembers(int nmembers, MultiXactMember *members)
779779
if (ISUPDATE_from_mxstatus(members[i].status))
780780
{
781781
if (has_update)
782-
elog(ERROR,"new multixact has more than one updating member");
782+
elog(ERROR,"new multixact has more than one updating member: %s",
783+
mxid_to_string(InvalidMultiXactId,nmembers,members));
783784
has_update= true;
784785
}
785786
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp