[COMMITTERS] pgsql: Adjust unstable regression test case. - Mailing list pgsql-committers

From Tom Lane
Subject [COMMITTERS] pgsql: Adjust unstable regression test case.
Date
Msg-id E1dsAVH-0001dO-FQ@gemulon.postgresql.org
Whole thread Raw
List 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(-)


--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Update contrib/seg for new scalarlesel/scalargesel selectivityf
Next
From: Michael Meskes
Date:
Subject: [COMMITTERS] pgsql: Make setlocale in ECPG test cases thread aware on Windows.