Re: [COMMITTERS] pgsql: Support frontend-backend protocol communication using a shm_mq.

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: [COMMITTERS] pgsql: Support frontend-backend protocol communication using a shm_mq.
Дата
Msg-id 20141204211507.GA1768@alvh.no-ip.org
обсуждение исходный текст
Ответы Re: [COMMITTERS] pgsql: Support frontend-backend protocol communication using a shm_mq.  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
Robert Haas wrote:
> Support frontend-backend protocol communication using a shm_mq.

I just noticed that this patch broke the case where a standalone backend
is sent a query that throws an error -- instead, we get a segmentation
fault.  Example:

echo "foobar" | postgres --single
PostgreSQL stand-alone backend 9.5devel
backend> Segmentation fault

I guess we could have a src/test/modules subdir that tests simple stuff
on standalone backends ...

-- 
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: Bugfix and new feature for PGXS
Следующее
От: Alvaro Herrera
Дата:
Сообщение: duplicated partial-column assigns allowed by checkInsertTargets