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:
Tom Lane 2019-08-18 18:01:01 -04:00
parent 5c66e99178
commit 5f110933e1

View File

@ -12,6 +12,8 @@
#ifndef SCRIPTS_PARALLEL_H
#define SCRIPTS_PARALLEL_H
#include "libpq-fe.h"
typedef struct ParallelSlot
{