pgsql: Fix thinko in previous patch to always update pg_class.reltuples - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Fix thinko in previous patch to always update pg_class.reltuples
Date
Msg-id E1QYMJM-0001Sb-DJ@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix thinko in previous patch to always update pg_class.reltuples/relpages.

I mis-simplified the test where ANALYZE decided if it could get away
without doing anything: under the new regime, that's never allowed.  Per
bug #6068 from Jeff Janes.  Back-patch to 8.4, just like previous patch.

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/68306da4880401ed9fd3b341e67a5e4cd4b8706f

Modified Files
--------------
src/backend/commands/analyze.c |   17 ++---------------
1 files changed, 2 insertions(+), 15 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix thinko in previous patch to always update pg_class.reltuples
Next
From: Tom Lane
Date:
Subject: pgsql: Fix thinko in previous patch to always update pg_class.reltuples