mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
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
This commit is contained in:
@ -844,7 +844,7 @@ TwoPhaseGetGXact(TransactionId xid)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* TwoPhaseGetDummyProc
|
* TwoPhaseGetDummyBackendId
|
||||||
* Get the dummy backend ID for prepared transaction specified by XID
|
* Get the dummy backend ID for prepared transaction specified by XID
|
||||||
*
|
*
|
||||||
* Dummy backend IDs are similar to real backend IDs of real backends.
|
* Dummy backend IDs are similar to real backend IDs of real backends.
|
||||||
|
Reference in New Issue
Block a user