Preserve exposed type of subquery outputs when substituting NULLs.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 9d4444a6fc011b7e2ca16386cf9f1c9f25c114e5
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2014-06-12T21:11:53Z
Releases: 9.5.0
Preserve exposed type of subquery outputs when substituting NULLs.

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

Files

PathChange+/−
src/backend/optimizer/path/allpaths.c modified +8 −12