pgsql: Second try at stabilizing query plans in rowsecurity regression

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Second try at stabilizing query plans in rowsecurity regression
Дата
Msg-id E1Z0c2H-0002mp-KJ@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix brin regression test so it actually tests cidr.
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: docs: Fix list of object types pg_table_is_visible() can handle.