• Tom Lane's avatar
    Adjust unstable regression test case. · 76e134fe
    Tom Lane authored
    Test queries added by commit 69835bc8 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.
    76e134fe
psql.sql 12.6 KB