Re: pgsql: Support frontend-backend protocol communication using a shm_mq. - Mailing list pgsql-committers

From Robert Haas
Subject Re: pgsql: Support frontend-backend protocol communication using a shm_mq.
Date
Msg-id CA+Tgmoa=NBuuiuq3hHVqOuxT-xL2v0xFLe5gqs7qoO1XNQkq4g@mail.gmail.com
Whole thread Raw
In response to Re: pgsql: Support frontend-backend protocol communication using a shm_mq.  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-committers
On Sat, Nov 1, 2014 at 9:30 AM, Peter Eisentraut <peter_e@gmx.net> 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 MacBook Pro, cpluspluscheck is all but useless, because it gives
a zillion warnings like this:

In file included from src/include/postgres.h:47,
                 from /tmp/cpluspluscheck.ZkYfcq/test.cpp:2:
src/include/c.h:110:21: error: libintl.h: No such file or directory

I bet that's because I configure --with-libraries=/opt/local/lib
--with-includes=/opt/local/include

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: pqmq.h needs to include something that defines StringInfo.
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Switch to CRC-32C in WAL and other places.