pgsql: Update relpages and reltuples estimates in stand-alone ANALYZE, - Mailing list pgsql-committers

From heikki@postgresql.org (Heikki Linnakangas)
Subject pgsql: Update relpages and reltuples estimates in stand-alone ANALYZE,
Date
Msg-id 20090519083001.046F775331D@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Update relpages and reltuples estimates in stand-alone ANALYZE, even if
there's no analyzable attributes or indexes. We also used to report 0 live
and dead tuples for such tables, which messed with autovacuum threshold
calculations.

This fixes bug #4812 reported by George Su. Backpatch back to 8.1.

Modified Files:
--------------
    pgsql/src/backend/commands:
        analyze.c (r1.136 -> r1.137)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/analyze.c?r1=1.136&r2=1.137)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix bug #4814 (wrong subscript in consistent-function call), and
Next
From: heikki@postgresql.org (Heikki Linnakangas)
Date:
Subject: pgsql: Update relpages and reltuples estimates in stand-alone ANALYZE,