mirror of
https://github.com/postgres/postgres.git
synced 2025-07-14 08:21:07 +03:00
Revise documentation for new freezing method.
Commit 37484ad2aa
invalidated a good
chunk of documentation, so patch it up to reflect the new state of
play. Along the way, patch remaining documentation references to
FrozenXID to say instead FrozenTransactionId, so that they match the
way we actually spell it in the code.
This commit is contained in:
@ -182,7 +182,7 @@ static relopt_int intRelOpts[] =
|
||||
{
|
||||
{
|
||||
"autovacuum_freeze_table_age",
|
||||
"Age at which VACUUM should perform a full table sweep to replace old Xid values with FrozenXID",
|
||||
"Age at which VACUUM should perform a full table sweep to freeze row versions",
|
||||
RELOPT_KIND_HEAP | RELOPT_KIND_TOAST
|
||||
}, -1, 0, 2000000000
|
||||
},
|
||||
|
Reference in New Issue
Block a user