projects
/
users
/
gsingh
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f443de8
)
pqmq.h needs to include something that defines StringInfo.
author
Robert Haas
<rhaas@postgresql.org>
Mon, 3 Nov 2014 17:23:08 +0000
(12:23 -0500)
committer
Robert Haas
<rhaas@postgresql.org>
Mon, 3 Nov 2014 17:24:42 +0000
(12:24 -0500)
Reported by Peter Eisentraut.
src/include/libpq/pqmq.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/libpq/pqmq.h
b/src/include/libpq/pqmq.h
index 6bb24d99283dceb54b9705061bc832099390380b..f8e68c9cb08474cfae3d6f3170164dcd91757de1 100644
(file)
--- a/
src/include/libpq/pqmq.h
+++ b/
src/include/libpq/pqmq.h
@@
-13,6
+13,7
@@
#ifndef PQMQ_H
#define PQMQ_H
+#include "lib/stringinfo.h"
#include "storage/shm_mq.h"
extern void pq_redirect_to_shm_mq(shm_mq *, shm_mq_handle *);