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

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: pgsql: Support frontend-backend protocol communication using a shm_mq.
Дата
Msg-id CA+Tgmoa=NBuuiuq3hHVqOuxT-xL2v0xFLe5gqs7qoO1XNQkq4g@mail.gmail.com
обсуждение исходный текст
Ответ на Re: pgsql: Support frontend-backend protocol communication using a shm_mq.  (Peter Eisentraut <peter_e@gmx.net>)
Список 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 по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: pqmq.h needs to include something that defines StringInfo.
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Switch to CRC-32C in WAL and other places.