]> 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:00:55 +0000 (14:00 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 19 Jun 2011 18:00:55 +0000 (14:00 -0400)
commit68306da4880401ed9fd3b341e67a5e4cd4b8706f
tree71af39bdb607a5987237862e063d7129103e128a
parent365c72f205201eb6699325cb5e7a8c19430aad29
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