1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-20 05:03:10 +03:00

Fix typo in comment.

Peter Geoghegan
This commit is contained in:
Heikki Linnakangas
2013-04-25 14:03:10 +03:00
parent dd9c6ff468
commit fe1d8c1fe7

View File

@ -2720,7 +2720,7 @@ lock_twophase_recover(TransactionId xid, uint16 info,
/* /*
* Re-acquire a lock belonging to a transaction that was prepared, when * Re-acquire a lock belonging to a transaction that was prepared, when
* when starting up into hot standby mode. * starting up into hot standby mode.
*/ */
void void
lock_twophase_standby_recover(TransactionId xid, uint16 info, lock_twophase_standby_recover(TransactionId xid, uint16 info,