pgsql: Stabilize new GIN test case in 9.5 branch.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Stabilize new GIN test case in 9.5 branch.
Date: 2020-04-06 16:30:01
Message-ID: E1jLUdN-0007nV-5t@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Stabilize new GIN test case in 9.5 branch.

In 9.6 and up, gin_test_tbl has autovacuum_enabled = off thanks to
commit f8a1c1d5a. 9.5 lacked that, which allowed autovacuum to
bollix the results of the test case added by commit 8150f7813.
We could fool with disabling seqscan around that test, but making
this branch look more like the later ones seems a better answer.

Per buildfarm member protosciurus. (I'm not very sure why
protosciurus is the only animal to report this so far; but it'd
clearly be a timing-related failure, so it's not astonishing that
only some machines would show it.)

Branch
------
REL9_5_STABLE

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

Modified Files
--------------
src/test/regress/expected/gin.out | 2 +-
src/test/regress/sql/gin.sql | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tomas Vondra 2020-04-06 19:36:15 pgsql: Implement Incremental Sort
Previous Message Tom Lane 2020-04-06 16:00:52 pgsql: Re-stabilize infinite_recurse() test case.