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

From Alvaro Herrera
Subject Re: [COMMITTERS] pgsql: Support frontend-backend protocol communication using a shm_mq.
Date
Msg-id 20141204211507.GA1768@alvh.no-ip.org
Whole thread Raw
Responses Re: [COMMITTERS] pgsql: Support frontend-backend protocol communication using a shm_mq.  (Robert Haas <robertmhaas@gmail.com>)
List 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 by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: Bugfix and new feature for PGXS
Next
From: Alvaro Herrera
Date:
Subject: duplicated partial-column assigns allowed by checkInsertTargets