Commit 5f110933 authored by Tom Lane's avatar Tom Lane

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
parent 5c66e991
...@@ -12,6 +12,8 @@ ...@@ -12,6 +12,8 @@
#ifndef SCRIPTS_PARALLEL_H #ifndef SCRIPTS_PARALLEL_H
#define SCRIPTS_PARALLEL_H #define SCRIPTS_PARALLEL_H
#include "libpq-fe.h"
typedef struct ParallelSlot typedef struct ParallelSlot
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment