]> granicus.if.org Git - postgresql/commit
Fix thinko in previous patch to always update pg_class.reltuples/relpages.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 19 Jun 2011 18:01:05 +0000 (14:01 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 19 Jun 2011 18:01:05 +0000 (14:01 -0400)
commit4473b63586a5d23265b19e236403af469bd9d4ed
treea70115e5cbaec8a381cb073dc6d250efb87a0584
parent334c608f2cb791c08af9f7507f77b4ca61369248
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.
src/backend/commands/analyze.c