pgsql: Attempt to stabilize partition_prune test output.

Поиск
Список
Период
Сортировка
От Andrew Gierth
Тема pgsql: Attempt to stabilize partition_prune test output.
Дата
Msg-id E1f534r-0007jd-TS@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Attempt to stabilize partition_prune test output.

Disable index-only scan for tests that might report variable results
for "Heap Fetches" statistic due to concurrent transactions affecting
whether all-visible flags can be set.

Author: David Rowley
Discussion: https://postgr.es/m/CAKJS1f_yjtHDJnDzx1uuR_3D7beDVAkNQfWJhRLA1gvPCzkAhg@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/b47a86f5008f2674af20dd00bc233e7b74e01bba

Modified Files
--------------
src/test/regress/expected/partition_prune.out | 317 ++++++++++----------------
src/test/regress/sql/partition_prune.sql      |   7 +
2 files changed, 132 insertions(+), 192 deletions(-)


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

Предыдущее
От: Andrew Gierth
Дата:
Сообщение: Re: pgsql: Support partition pruning at execution time
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: pgsql: Support partition pruning at execution time