[COMMITTERS] pgsql: Fix subquery pullup to wrap a PlaceHolderVar around the entire

2009-09-02 Thread Tom Lane
Log Message: --- Fix subquery pullup to wrap a PlaceHolderVar around the entire RowExpr that's generated for a whole-row Var referencing the subquery, when the subquery is in the nullable side of an outer join. The previous coding instead put PlaceHolderVars around the elements of the RowE

[COMMITTERS] pgsql: Fix subquery pullup to wrap a PlaceHolderVar around the entire

2009-09-02 Thread Tom Lane
Log Message: --- Fix subquery pullup to wrap a PlaceHolderVar around the entire RowExpr that's generated for a whole-row Var referencing the subquery, when the subquery is in the nullable side of an outer join. The previous coding instead put PlaceHolderVars around the elements of the RowE