pgsql: Tweak targetlist-SRF tests.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Tweak targetlist-SRF tests.
Date: 2016-09-14 18:30:55
Message-ID: E1bkExT-0007MN-Km@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Tweak targetlist-SRF tests.

Add a test case showing that we don't support SRFs in window-function
arguments. Remove a duplicate test case for SRFs in aggregate arguments.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/a163c006ca3e6026546ee0f6c487a0dcfc66f82b

Modified Files
--------------
src/test/regress/expected/tsrf.out | 6 +++---
src/test/regress/sql/tsrf.sql | 6 ++++--
2 files changed, 7 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2016-09-14 19:44:02 pgsql: Improve code comment for GatherPath's single_copy flag.
Previous Message Tom Lane 2016-09-13 21:17:53 pgsql: Be pickier about converting between Name and Datum.