Re: [HACKERS] yet another query to crash the backend

From: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
To: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
Cc: t-ishii(at)sra(dot)co(dot)jp, pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] yet another query to crash the backend
Date: 1998-09-21 04:31:02
Message-ID: 199809210431.NAA02327@srapc451.sra.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)sra(dot)co(dot)jp

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas G. Lockhart 1998-09-21 05:10:59 Re: [sferac@bo.nettuno.it: Re: [HACKERS] BUG: NOT boolfield kills backend]
Previous Message Bruce Momjian 1998-09-21 04:09:44 Re: [HACKERS] yet another query to crash the backend