pgsql: Second try at stabilizing query plans in rowsecurity regression - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Second try at stabilizing query plans in rowsecurity regression
Date
Msg-id E1Z0c2H-0002mp-KJ@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix brin regression test so it actually tests cidr.
Next
From: Robert Haas
Date:
Subject: pgsql: docs: Fix list of object types pg_table_is_visible() can handle.