pgsql: Add COSTS off to two EXPLAIN using tests.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add COSTS off to two EXPLAIN using tests.
Date: 2018-03-13 23:26:02
Message-ID: E1evtIw-000116-2i@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add COSTS off to two EXPLAIN using tests.

Discussion: https://postgr.es/m/20180312222023.i4sgkbl4oqtstus3@alap3.anarazel.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4f63e85eb149792492a703f01a3a5b89bf5509a7

Modified Files
--------------
src/test/regress/expected/subselect.out | 24 ++++++++++++------------
src/test/regress/sql/subselect.sql | 4 ++--
2 files changed, 14 insertions(+), 14 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Meskes 2018-03-14 00:38:08 pgsql: Fix double frees in ecpg.
Previous Message Robert Haas 2018-03-13 20:39:37 pgsql: Let Parallel Append over simple UNION ALL have partial subpaths.