pgsql: Support set-returning functions in the target lists of Agg and

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Support set-returning functions in the target lists of Agg and
Date: 2008-09-08 00:22:56
Message-ID: 20080908002256.262E77545A3@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Support set-returning functions in the target lists of Agg and Group plan
nodes. This is a pretty ugly feature but since we don't yet have a
plausible substitute, we'd better support it everywhere.
Per gripe from Jeff Davis.

Modified Files:
--------------
pgsql/src/backend/executor:
nodeAgg.c (r1.160 -> r1.161)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/executor/nodeAgg.c?r1=1.160&r2=1.161)
nodeGroup.c (r1.70 -> r1.71)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/executor/nodeGroup.c?r1=1.70&r2=1.71)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2008-09-08 00:47:41 pgsql: Create a separate grantable privilege for TRUNCATE, rather than
Previous Message Tom Lane 2008-09-07 19:12:57 pgsql: Clarify description of pg_restore's handling of large objects.