pgsql: Attempt to stabilize partition_prune test output. - Mailing list pgsql-committers

From Andrew Gierth
Subject pgsql: Attempt to stabilize partition_prune test output.
Date
Msg-id E1f534r-0007jd-TS@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Andrew Gierth
Date:
Subject: Re: pgsql: Support partition pruning at execution time
Next
From: Alvaro Herrera
Date:
Subject: Re: pgsql: Support partition pruning at execution time