mirror of
https://github.com/postgres/postgres.git
synced 2025-05-05 09:19:17 +03:00
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
|
#ifndef SCRIPTS_PARALLEL_H
|
||||||
#define SCRIPTS_PARALLEL_H
|
#define SCRIPTS_PARALLEL_H
|
||||||
|
|
||||||
|
#include "libpq-fe.h"
|
||||||
|
|
||||||
|
|
||||||
typedef struct ParallelSlot
|
typedef struct ParallelSlot
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user