Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4c23216

Browse files
committed
Fix incorrect function reference in comment of twophase.c
The header block of TwoPhaseGetDummyBackendId mentioned incorrectly TwoPhaseGetDummyProc. Reported-by: Oleksii Kliukin Discussion: https://postgr.es/m/[email protected]
1 parent b108676 commit 4c23216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/access/transam/twophase.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -844,7 +844,7 @@ TwoPhaseGetGXact(TransactionId xid)
844844
}
845845

846846
/*
847-
* TwoPhaseGetDummyProc
847+
* TwoPhaseGetDummyBackendId
848848
* Get the dummy backend ID for prepared transaction specified by XID
849849
*
850850
* Dummy backend IDs are similar to real backend IDs of real backends.

0 commit comments

Comments
 (0)