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
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
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