Re: [HACKERS] latest snapshot crashes backend

Поиск
Список
Период
Сортировка
От Thomas G. Lockhart
Тема Re: [HACKERS] latest snapshot crashes backend
Дата
Msg-id 364094C3.8E8C98D3@alumni.caltech.edu
обсуждение исходный текст
Ответ на Re: [HACKERS] latest snapshot crashes backend  (Bruce Momjian <maillist@candle.pha.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: "Thomas G. Lockhart"
Дата:
Сообщение: Re: [HACKERS] Warning!!
Следующее
От: "Jackson, DeJuan"
Дата:
Сообщение: 11/4/98 Snapshot