pgsql: Make some subquery-using test cases a bit more robust.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Make some subquery-using test cases a bit more robust.
Date: 2018-10-14 18:03:11
Message-ID: E1gBkjP-0003hZ-50@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/b403ea43e40aae3ebb03cf3844cf84b43ab34b8a

Modified Files
--------------
src/test/regress/expected/select.out | 6 +++---
src/test/regress/expected/select_parallel.out | 15 +++++++--------
src/test/regress/sql/select.sql | 6 +++---
src/test/regress/sql/select_parallel.sql | 4 ++--
4 files changed, 15 insertions(+), 16 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alexander Korotkov 2018-10-14 22:02:19 pgsql: contrib/bloom documentation improvement
Previous Message Andres Freund 2018-10-14 17:42:40 Re: pgsql: Avoid duplicate XIDs at recovery when building initial snapshot