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

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-committers <pgsql-committers(at)postgresql(dot)org>
Subject: Re: pgsql: Support frontend-backend protocol communication using a shm_mq.
Date: 2014-11-03 17:36:58
Message-ID: CA+Tgmoa=NBuuiuq3hHVqOuxT-xL2v0xFLe5gqs7qoO1XNQkq4g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On Sat, Nov 1, 2014 at 9:30 AM, Peter Eisentraut <peter_e(at)gmx(dot)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

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2014-11-04 09:46:45 pgsql: Switch to CRC-32C in WAL and other places.
Previous Message Robert Haas 2014-11-03 17:35:01 pgsql: pqmq.h needs to include something that defines StringInfo.

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2014-11-03 18:02:20 Re: group locking: incomplete patch, just for discussion
Previous Message Abhijit Menon-Sen 2014-11-03 17:35:58 Re: pgaudit - an auditing extension for PostgreSQL