diff options
| author | Michael Paquier | 2019-08-19 07:21:39 +0000 |
|---|---|---|
| committer | Michael Paquier | 2019-08-19 07:21:39 +0000 |
| commit | c96581abe418a3bf64b643aa4e27091d1eaea1c1 (patch) | |
| tree | 9a311850bacb63d295ce38e006ed10121cf3eae4 /src/backend/commands | |
| parent | 927f34ce8a215c8b254136f710cca9ca4da1352c (diff) | |
Fix inconsistencies and typos in the tree, take 11
This fixes various typos in docs and comments, and removes some orphaned
definitions.
Author: Alexander Lakhin
Discussion: https://postgr.es/m/5da8e325-c665-da95-21e0-c8a99ea61fbf@gmail.com
Diffstat (limited to 'src/backend/commands')
| -rw-r--r-- | src/backend/commands/vacuum.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/commands/vacuum.c b/src/backend/commands/vacuum.c index 7d6c50b49d9..e154507ecd0 100644 --- a/src/backend/commands/vacuum.c +++ b/src/backend/commands/vacuum.c @@ -863,7 +863,7 @@ get_all_vacuum_rels(int options) * DEAD or RECENTLY_DEAD (see HeapTupleSatisfiesVacuum). * - freezeLimit is the Xid below which all Xids are replaced by * FrozenTransactionId during vacuum. - * - xidFullScanLimit (computed from table_freeze_age parameter) + * - xidFullScanLimit (computed from freeze_table_age parameter) * represents a minimum Xid value; a table whose relfrozenxid is older than * this will have a full-table vacuum applied to it, to freeze tuples across * the whole table. Vacuuming a table younger than this value can use a |
