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

2014-11-03 Thread Robert Haas
On Sat, Nov 1, 2014 at 9:30 AM, Peter Eisentraut wrote: > On 10/31/14 12:47 PM, Robert Haas wrote: >> Support frontend-backend protocol communication using a shm_mq. > > This fails cpluspluscheck. > > src/include/libpq/pqmq.h needs to include something that defines StringInfo. OK, fixed. On my M

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

2014-11-01 Thread Peter Eisentraut
On 10/31/14 12:47 PM, Robert Haas wrote: > Support frontend-backend protocol communication using a shm_mq. This fails cpluspluscheck. src/include/libpq/pqmq.h needs to include something that defines StringInfo. -- Sent via pgsql-committers mailing list ([email protected]) To mak

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

2014-10-31 Thread Robert Haas
Support frontend-backend protocol communication using a shm_mq. A background worker can use pq_redirect_to_shm_mq() to direct protocol that would normally be sent to the frontend to a shm_mq so that another process may read them. The receiving process may use pq_parse_errornotice() to parse an Er