pgsql: Adjust unstable regression test case.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Adjust unstable regression test case.
Date: 2017-09-13 16:27:07
Message-ID: E1dsAVH-0001dO-FQ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Adjust unstable regression test case.

Test queries added by commit 69835bc89 are giving unexpected results
on some smaller buildfarm critters. I think probably the seqscan
logic is kicking in to cause the scans to not start at the beginning
of the table. Add ORDER BY to make them be indexscans instead.

Per buildfarm member chipmunk.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/76e134fefd7de0554536e1b8d45a1878f96cf9c0

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

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Meskes 2017-09-13 23:18:00 pgsql: Make setlocale in ECPG test cases thread aware on Windows.
Previous Message Robert Haas 2017-09-13 16:06:40 Re: Re: [COMMITTERS] pgsql: Use MINVALUE/MAXVALUE instead of UNBOUNDED for range partition b