Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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/D8336E40-BBE1-4954-98BB-7830D3F5CB36@hintbits.com
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

+1-1
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)