1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-22 23:02:54 +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:
Michael Paquier 2019-02-23 08:40:01 +09:00
parent b108676708
commit 4c23216002

View File

@ -844,7 +844,7 @@ TwoPhaseGetGXact(TransactionId xid)
}
/*
* TwoPhaseGetDummyProc
* TwoPhaseGetDummyBackendId
* Get the dummy backend ID for prepared transaction specified by XID
*
* Dummy backend IDs are similar to real backend IDs of real backends.