pgsql: Fix relfrozenxid query in docs to include TOAST tables.

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix relfrozenxid query in docs to include TOAST tables.
Date: 2013-09-02 18:41:18
Message-ID: E1VGZ3u-0004qo-9P@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix relfrozenxid query in docs to include TOAST tables.

The original query ignored TOAST tables which could result in tables
needing a vacuum not being reported.

Backpatch to all live branches.

Branch
------
REL8_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/9346ed0be1ac9b326d6eeb78ec19efa2ed95a88d

Modified Files
--------------
doc/src/sgml/maintenance.sgml | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2013-09-02 19:07:13 pgsql: Update time zone data files to tzdata release 2013d.
Previous Message Andrew Dunstan 2013-09-02 18:39:33 pgsql: Fix relfrozenxid query in docs to include TOAST tables.