pgsql: Fix failure with whole-row reference to a subquery. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Fix failure with whole-row reference to a subquery.
Date
Msg-id E1VfzAD-0008Im-Gf@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix failure with whole-row reference to a subquery.

Simple oversight in commit 1cb108efb0e60d87e4adec38e7636b6e8efbeb57 ---
recursively examining a subquery output column is only sane if the
original Var refers to a single output column.  Found by Kevin Grittner.

Branch
------
master

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

Modified Files
--------------
src/backend/utils/adt/selfuncs.c |    6 ++++++
1 file changed, 6 insertions(+)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix failure with whole-row reference to a subquery.
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Remove leftovers of IRIX port