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