]> granicus.if.org Git - postgresql/commit
Adjust unstable regression test case.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 13 Sep 2017 16:27:01 +0000 (12:27 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 13 Sep 2017 16:27:01 +0000 (12:27 -0400)
commit76e134fefd7de0554536e1b8d45a1878f96cf9c0
tree1bd79d38045fe7a7f03d658cf42e60cfad58c034
parent44ba2920644903d7dfceda810e5facdbcbab58a8
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.
src/test/regress/expected/psql.out
src/test/regress/sql/psql.sql