Re: Function call crashes server

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Function call crashes server
Дата
Msg-id 16383.1016691879@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Function call crashes server  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: Function call crashes server  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
Список pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> Feel free to wack it around.

Removing the special-case logic in ExecTypeFromTL yields

regression=# SELECT update_pg_pwd();
ERROR:  getTypeOutputInfo: Cache lookup of type 0 failed

which is not exactly pretty, but it beats a core dump.  "SELECT NULL"
still works.

I'm satisfied with this until we get around to breaking up the uses of
"type OID 0" into several pseudo-types with crisper meanings, per
previous discussions.
        regards, tom lane


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

Предыдущее
От: "Christopher Kings-Lynne"
Дата:
Сообщение: oops
Следующее
От: "Christopher Kings-Lynne"
Дата:
Сообщение: Re: Function call crashes server