Re: Function call crashes server

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Function call crashes server
Date: 2002-03-21 06:24:39
Message-ID: 16383.1016691879@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Christopher Kings-Lynne 2002-03-21 06:39:21 Re: Function call crashes server
Previous Message Christopher Kings-Lynne 2002-03-21 06:19:51 oops