mirror of
https://github.com/postgres/postgres.git
synced 2025-11-04 20:11:56 +03:00
Fix misc typos, mostly in comments.
A collection of typos I happened to spot while reading code, as well as grepping for common mistakes. Backpatch to all supported versions, as applicable, to avoid conflicts when backporting other commits in the future.
This commit is contained in:
@@ -1087,8 +1087,8 @@ AtEOXact_Snapshot(bool isCommit, bool resetXmin)
|
||||
* it's too late to abort the transaction, and (2) leaving a leaked
|
||||
* file around has little real consequence anyway.
|
||||
*
|
||||
* We also also need to remove the snapshots from RegisteredSnapshots
|
||||
* to prevent a warning below.
|
||||
* We also need to remove the snapshots from RegisteredSnapshots to
|
||||
* prevent a warning below.
|
||||
*
|
||||
* As with the FirstXactSnapshot, we don't need to free resources of
|
||||
* the snapshot iself as it will go away with the memory context.
|
||||
|
||||
Reference in New Issue
Block a user