Re: [HACKERS] latest snapshot crashes backend - Mailing list pgsql-hackers

From Thomas G. Lockhart
Subject Re: [HACKERS] latest snapshot crashes backend
Date
Msg-id 364094C3.8E8C98D3@alumni.caltech.edu
Whole thread Raw
In response to Re: [HACKERS] latest snapshot crashes backend  (Bruce Momjian <maillist@candle.pha.pa.us>)
List pgsql-hackers
> > tgl=> select * from pg_shadow
> > tgl-> where not (usesysid is null and oid is null);
> > pqReadData() -- backend closed the channel unexpectedly.

btw, you may already have noticed that this doesn't crash if the same
clause is changed to be a target:

tgl=> select not (usesysid is null and oid is null) from pg_shadow;
?column?
--------
t
t
(2 rows)
                  - Thomas


pgsql-hackers by date:

Previous
From: "Thomas G. Lockhart"
Date:
Subject: Re: [HACKERS] Warning!!
Next
From: "Jackson, DeJuan"
Date:
Subject: 11/4/98 Snapshot