pgsql: Stabilize query plans in rowsecurity regression test.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Stabilize query plans in rowsecurity regression test.
Date: 2015-06-04 14:37:13
Message-ID: E1Z0WGf-0005Ol-F7@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/5cdf25e16843dff33dbc2ddc02941458032e3ad4

Modified Files
--------------
src/test/regress/expected/rowsecurity.out | 41 +++++++++++++++--------------
src/test/regress/sql/rowsecurity.sql | 3 +++
2 files changed, 24 insertions(+), 20 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2015-06-04 15:13:01 Re: Re: [COMMITTERS] pgsql: Map basebackup tablespaces using a tablespace_map file
Previous Message Amit Kapila 2015-06-04 13:23:56 Re: Re: [COMMITTERS] pgsql: Map basebackup tablespaces using a tablespace_map file