From d43760b624b7cebc35e5f9c60d2e1439cbe9b220 Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Mon, 23 Dec 2013 20:32:29 -0500 Subject: Revise documentation for new freezing method. Commit 37484ad2aacef5ec794f4dd3d5cf814475180a78 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. --- src/backend/access/common/reloptions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/backend/access/common/reloptions.c b/src/backend/access/common/reloptions.c index 31941e99edb..6530d716490 100644 --- a/src/backend/access/common/reloptions.c +++ b/src/backend/access/common/reloptions.c @@ -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 }, -- cgit v1.2.3