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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user