]> granicus.if.org Git - postgresql/commit
Stabilize query plans in rowsecurity regression test.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 4 Jun 2015 14:37:06 +0000 (10:37 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 4 Jun 2015 14:37:06 +0000 (10:37 -0400)
commit5cdf25e16843dff33dbc2ddc02941458032e3ad4
tree3c3d73e43046866eb482b124822940c34f1973c4
parent232cd63b1f26e2ee3b3e03da8fc7348f4b067946
Stabilize query plans in rowsecurity regression test.

Some recent buildfarm failures can be explained by supposing that
autovacuum or autoanalyze fired on the tables created by this test,
resulting in plan changes.  Do a proactive VACUUM ANALYZE on the
test's principal tables to try to forestall such changes.
src/test/regress/expected/rowsecurity.out
src/test/regress/sql/rowsecurity.sql