Re: [HACKERS] latest snapshot crashes backend

Поиск
Список
Период
Сортировка
От Thomas G. Lockhart
Тема Re: [HACKERS] latest snapshot crashes backend
Дата
Msg-id 364091A5.90855F0C@alumni.caltech.edu
обсуждение исходный текст
Ответ на Re: [HACKERS] latest snapshot crashes backend  (Bruce Momjian <maillist@candle.pha.pa.us>)
Ответы Re: [HACKERS] latest snapshot crashes backend  (Bruce Momjian <maillist@candle.pha.pa.us>)
Re: [HACKERS] latest snapshot crashes backend  (Bruce Momjian <maillist@candle.pha.pa.us>)
Re: [HACKERS] latest snapshot crashes backend  (Bruce Momjian <maillist@candle.pha.pa.us>)
Список pgsql-hackers
> Care to give us a table:
>  select * from pg_shadow where (usesysid is null and oid is null);

Sure, that's easy. Just negate your where clause:

tgl=> select * from pg_shadow
tgl-> where not (usesysid is null and oid is null);
pqReadData() -- backend closed the channel unexpectedly.

If you can reproduce this, will you have a chance to look at it? I don't
know where the problem is, but suspect that it is farther back than the
parser transformations. Rewrite system, optimizer, or executor??
                   - Tom


В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Thomas G. Lockhart"
Дата:
Сообщение: Re: [HACKERS] Warning!!
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] latest snapshot crashes backend