pgsql: pqmq.h needs to include something that defines StringInfo.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: pqmq.h needs to include something that defines StringInfo.
Date: 2014-11-03 17:35:01
Message-ID: E1XlLWv-0005s3-ET@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pqmq.h needs to include something that defines StringInfo.

Reported by Peter Eisentraut.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/585e0b9b277ad3b17a582b20daa8d09bd0ace8bd

Modified Files
--------------
src/include/libpq/pqmq.h | 1 +
1 file changed, 1 insertion(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2014-11-03 17:36:58 Re: pgsql: Support frontend-backend protocol communication using a shm_mq.
Previous Message Heikki Linnakangas 2014-11-03 17:31:47 Re: pgsql: Oops, I fumbled the backpatch of pg_upgrade changes.