1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-13 16:22:44 +03:00

Fix misc typos in comments.

This commit is contained in:
Heikki Linnakangas
2014-05-23 08:16:09 -04:00
parent 11ad3b35c2
commit 57b7e83b0d
2 changed files with 4 additions and 4 deletions

View File

@@ -1928,7 +1928,7 @@ GetOldestActiveTransactionId(void)
* much more conservative than what really has been affected by vacuum, but we
* currently don't have better data available.
*
* This is useful to initalize the cutoff xid after which a new changeset
* This is useful to initialize the cutoff xid after which a new changeset
* extraction replication slot can start decoding changes.
*
* Must be called with ProcArrayLock held either shared or exclusively,