Second try at stabilizing query plans in rowsecurity regression test. This reverts commit 5cdf25e16843dff33dbc2ddc02941458032e3ad4, which was almost immediately proven insufficient by the buildfarm.
On second thought, the tables involved are not large enough that autovacuum or autoanalyze would notice them; what seems far more likely to be the culprit is the database-wide "vacuum analyze" in the concurrent gist test. That thing has given us one headache too many, so get rid of it in favor of targeted vacuuming of that test's own tables only. Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/1d27842519999cbac7e1cca8beaef053be9c7825 Modified Files -------------- src/test/regress/expected/gist.out | 4 +-- src/test/regress/expected/rowsecurity.out | 41 ++++++++++++++--------------- src/test/regress/sql/gist.sql | 4 +-- src/test/regress/sql/rowsecurity.sql | 3 --- 4 files changed, 24 insertions(+), 28 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
