]> granicus.if.org Git - postgresql/commit
Make some subquery-using test cases a bit more robust.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 14 Oct 2018 18:02:59 +0000 (14:02 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 14 Oct 2018 18:02:59 +0000 (14:02 -0400)
commitb403ea43e40aae3ebb03cf3844cf84b43ab34b8a
tree6167c5f176e8d81fd373ee97d2936f5de1dfeed9
parent7d4a10e260083bc571ea05592884084eabcc7afa
Make some subquery-using test cases a bit more robust.

These test cases could be adversely affected by an upcoming change
to allow pullup of FROM-less subqueries.  Tweak them to ensure that
they'll continue to test what they did before.

Discussion: https://postgr.es/m/5395.1539275668@sss.pgh.pa.us
src/test/regress/expected/select.out
src/test/regress/expected/select_parallel.out
src/test/regress/sql/select.sql
src/test/regress/sql/select_parallel.sql