Fix failure-to-compile-standalone in scripts_parallel.h.
Needs libpq-fe.h for references to PGConn. Discussion: https://postgr.es/m/17463.1566153454@sss.pgh.pa.us
This commit is contained in:
parent
5c66e99178
commit
5f110933e1
@ -12,6 +12,8 @@
|
||||
#ifndef SCRIPTS_PARALLEL_H
|
||||
#define SCRIPTS_PARALLEL_H
|
||||
|
||||
#include "libpq-fe.h"
|
||||
|
||||
|
||||
typedef struct ParallelSlot
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user