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

Commitb90b79e

Browse files
committed
Fix typo in multixact.c
AtEOXact_MultiXact() was referenced in two places with an incorrectroutine name.Author: Hou ZhijieDiscussion:https://postgr.es/m/1b41e9311e8f474cb5a360292f0b3cb1@G08CNEXMBPEKD05.g08.fujitsu.local
1 parent2a73164 commitb90b79e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1742,7 +1742,7 @@ PostPrepare_MultiXact(TransactionId xid)
17421742
OldestVisibleMXactId[MyBackendId]=InvalidMultiXactId;
17431743

17441744
/*
1745-
* Discard the local MultiXactId cache like inAtEOX_MultiXact
1745+
* Discard the local MultiXactId cache like inAtEOXact_MultiXact.
17461746
*/
17471747
MXactContext=NULL;
17481748
dlist_init(&MXactCache);
@@ -1772,7 +1772,7 @@ multixact_twophase_recover(TransactionId xid, uint16 info,
17721772

17731773
/*
17741774
* multixact_twophase_postcommit
1775-
*Similar toAtEOX_MultiXact but for COMMIT PREPARED
1775+
*Similar toAtEOXact_MultiXact but for COMMIT PREPARED
17761776
*/
17771777
void
17781778
multixact_twophase_postcommit(TransactionIdxid,uint16info,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp