pgsql: Attempt to stabilize partition_prune test output.

From: Andrew Gierth <rhodiumtoad(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Attempt to stabilize partition_prune test output.
Date: 2018-04-08 05:41:21
Message-ID: E1f534r-0007jd-TS@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2018-04-08 06:37:34 Re: pgsql: Support partition pruning at execution time
Previous Message Andrew Gierth 2018-04-08 05:32:29 Re: pgsql: Support partition pruning at execution time