Re: Modernizing SQL functions' result type coercions

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Modernizing SQL functions' result type coercions
Дата
Msg-id 8442.1578496975@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Modernizing SQL functions' result type coercions  (Heikki Linnakangas <hlinnaka@iki.fi>)
Список pgsql-hackers
Heikki Linnakangas <hlinnaka@iki.fi> writes:
> In init_sql_fcache(), one comment says that the junkfilter is 
> responsible for injecting NULLs for dropped columns, and a later comment 
> says that the junk filter gets "rid of any dropped columns". That seems 
> contradictory; which is it? Or does "get rid of" mean "set to NULL"?

Yeah, the second comment is sloppily worded; the first one is more
accurate.

> Other than that, looks good to me.

Thanks for reviewing!  I'll fix that comment and push.

            regards, tom lane



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Modernizing SQL functions' result type coercions
Следующее
От: Stephen Frost
Дата:
Сообщение: Re: weird libpq GSSAPI comment