1
0
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:
Heikki Linnakangas
2018-07-09 16:10:44 +03:00
parent 94019c879a
commit 6b387179ba
25 changed files with 34 additions and 34 deletions

View File

@@ -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.