mirror of
https://github.com/postgres/postgres.git
synced 2025-09-03 15:22:11 +03:00
Fix typos in comments
Dmitriy Olshevskiy
This commit is contained in:
@@ -832,7 +832,7 @@ SnapBuildAddCommittedTxn(SnapBuild *builder, TransactionId xid)
|
||||
|
||||
/*
|
||||
* Remove knowledge about transactions we treat as committed that are smaller
|
||||
* than ->xmin. Those won't ever get checked via the ->commited array but via
|
||||
* than ->xmin. Those won't ever get checked via the ->committed array but via
|
||||
* the clog machinery, so we don't need to waste memory on them.
|
||||
*/
|
||||
static void
|
||||
|
Reference in New Issue
Block a user