Re: [HACKERS] yet another query to crash the backend - Mailing list pgsql-hackers

From Tatsuo Ishii
Subject Re: [HACKERS] yet another query to crash the backend
Date
Msg-id 199809210431.NAA02327@srapc451.sra.co.jp
Whole thread Raw
In response to Re: [HACKERS] yet another query to crash the backend  (Bruce Momjian <maillist@candle.pha.pa.us>)
List pgsql-hackers
>> \df command of psql crashes the backend.
>>=20
>> (\df generates following query)
>>=20
>> SELECT t.typname as result, p.proname as function,
>> substr(oid8types(p.proargtypes),1,14) as arguments,
>> substr(obj_description(p.oid),1,34) as description FROM pg_proc p,
>> pg_type t WHERE p.prorettype =3D t.oid and (pronargs =3D 0 or
>> oid8types(p.proargtypes) !=3D '') ORDER BY result, function, arguments;
>
>Is this on an empty database.  I think this was fixed last week.  Are
>you seeing this with current sources?

No, this is BETA1. I will check current source.
--
Tatsuo Ishii
t-ishii@sra.co.jp

pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] yet another query to crash the backend
Next
From: "Thomas G. Lockhart"
Date:
Subject: Re: [sferac@bo.nettuno.it: Re: [HACKERS] BUG: NOT boolfield kills backend]