stupid subselect core dumps

Поиск
Список
Период
Сортировка
От Thomas G. Lockhart
Тема stupid subselect core dumps
Дата
Msg-id 34EA7A41.E160AD9B@alumni.caltech.edu
обсуждение исходный текст
Список pgsql-hackers
I know this is too simple to be useful, but it was the first test case I
tried for a regression test :)

regression=> SELECT 1 AS one WHERE 1 IN (SELECT 1);
PQexec() -- Request was sent to backend, but backend closed the channel
before responding.
        This probably means the backend terminated abnormally before or
while processing the request.

Should we disallow parts of this in or near the parser, or can the
backend possibly handle it?

                                                   - Tom


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

Предыдущее
От: "Thomas G. Lockhart"
Дата:
Сообщение: Re: [HACKERS] results of regression tests: NetBSD/i386 v1.3
Следующее
От: "Vadim B. Mikheev"
Дата:
Сообщение: Re: stupid subselect core dumps