pgsql: Preserve exposed type of subquery outputs when substituting NULL - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Preserve exposed type of subquery outputs when substituting NULL
Date
Msg-id E1WvCHs-0006lE-C1@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Preserve exposed type of subquery outputs when substituting NULLs.

I thought I could get away with hardcoded int4 here, but the buildfarm
says differently.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/9d4444a6fc011b7e2ca16386cf9f1c9f25c114e5

Modified Files
--------------
src/backend/optimizer/path/allpaths.c |   20 ++++++++------------
1 file changed, 8 insertions(+), 12 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Remove inadvertent copyright violation in largeobject regression
Next
From: Tom Lane
Date:
Subject: pgsql: Adjust largeobject regression test to leave a couple of LOs behi