pgsql: Stabilize query plans in rowsecurity regression test.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Stabilize query plans in rowsecurity regression test.
Дата
Msg-id E1Z0WGf-0005Ol-F7@gemulon.postgresql.org
обсуждение исходный текст
Список 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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Fujii Masao
Дата:
Сообщение: pgsql: Remove -i/--ignore-version option from pg_dump, pg_dumpall and p
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Stabilize results of brin regression test.