Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 585e0b9

Browse filesBrowse files
committed
pqmq.h needs to include something that defines StringInfo.
Reported by Peter Eisentraut.
1 parent f443de8 commit 585e0b9
Copy full SHA for 585e0b9

File tree

Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed

‎src/include/libpq/pqmq.h

Copy file name to clipboardExpand all lines: src/include/libpq/pqmq.h
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
#ifndef PQMQ_H
1414
#define PQMQ_H
1515

16+
#include "lib/stringinfo.h"
1617
#include "storage/shm_mq.h"
1718

1819
extern void pq_redirect_to_shm_mq(shm_mq *, shm_mq_handle *);

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.