mirror of
https://github.com/postgres/postgres.git
synced 2026-06-08 16:26:30 -04:00
Fix typo in comment.
Peter Geoghegan
This commit is contained in:
parent
6cf8462834
commit
447b3174f5
1 changed files with 1 additions and 1 deletions
|
|
@ -3772,7 +3772,7 @@ lock_twophase_recover(TransactionId xid, uint16 info,
|
|||
|
||||
/*
|
||||
* 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
|
||||
lock_twophase_standby_recover(TransactionId xid, uint16 info,
|
||||
|
|
|
|||
Loading…
Reference in a new issue