Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit b90b79e

Browse files
committed
Fix typo in multixact.c
AtEOXact_MultiXact() was referenced in two places with an incorrect routine name. Author: Hou Zhijie Discussion: https://postgr.es/m/1b41e9311e8f474cb5a360292f0b3cb1@G08CNEXMBPEKD05.g08.fujitsu.local
1 parent 2a73164 commit b90b79e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/access/transam/multixact.c

+2-2
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 in AtEOX_MultiXact
1745+
* Discard the local MultiXactId cache like in AtEOXact_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 to AtEOX_MultiXact but for COMMIT PREPARED
1775+
* Similar to AtEOXact_MultiXact but for COMMIT PREPARED
17761776
*/
17771777
void
17781778
multixact_twophase_postcommit(TransactionId xid, uint16 info,

0 commit comments

Comments
 (0)