1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-16 15:02:33 +03:00

Fix some typos introduced by the logical decoding patch.

Erik Rijkers
This commit is contained in:
Robert Haas
2014-03-05 13:00:22 -05:00
parent 97e899e1b8
commit 406a1a9ef0
4 changed files with 5 additions and 5 deletions

View File

@@ -1948,7 +1948,7 @@ GetOldestSafeDecodingTransactionId(void)
/*
* Acquire XidGenLock, so no transactions can acquire an xid while we're
* running. If no transaction with xid were running concurrently a new xid
* could influence the the RecentXmin et al.
* could influence the RecentXmin et al.
*
* We initialize the computation to nextXid since that's guaranteed to be
* a safe, albeit pessimal, value.