1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-19 13:42:17 +03:00

Fix some typos

Author: Daniel Gustafsson
Discussion: https://postgr.es/m/C36ADFDF-D09A-4EE5-B186-CB46C3653F4C@yesql.se
This commit is contained in:
Michael Paquier
2020-11-14 11:43:10 +09:00
parent ec0294fb2c
commit 788dd0b839
8 changed files with 9 additions and 9 deletions

View File

@@ -1686,7 +1686,7 @@ ComputeXidHorizons(ComputeXidHorizonsResult *h)
* loop over all PGPROCs it is cheaper to just initialize to the
* current top-level xid any.
*
* Without an assigned xid we could use a horizon as agressive as
* Without an assigned xid we could use a horizon as aggressive as
* ReadNewTransactionid(), but we can get away with the much cheaper
* latestCompletedXid + 1: If this backend has no xid there, by
* definition, can't be any newer changes in the temp table than