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

2014-12-04 Thread Robert Haas
On Thu, Dec 4, 2014 at 4:15 PM, Alvaro Herrera wrote: > 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 > faul

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

2014-12-04 Thread Alvaro Herrera
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-