Обсуждение: pgsql: Preserve exposed type of subquery outputs when substituting NULL

Поиск
Список
Период
Сортировка

pgsql: Preserve exposed type of subquery outputs when substituting NULL

От
Tom Lane
Дата:
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(-)