Back-patch commit
09a65f5a2 into the 9.6 and 10 branches.
Needed to support back-patch of commit
2cd4e8357 on Windows.
Discussion: http://postgr.es/m/
20190604011354.GD1529@paquier.xyz
} ParallelContext;
extern volatile bool ParallelMessagePending;
-extern int ParallelWorkerNumber;
-extern bool InitializingParallelWorker;
+extern PGDLLIMPORT int ParallelWorkerNumber;
+extern PGDLLIMPORT bool InitializingParallelWorker;
#define IsParallelWorker() (ParallelWorkerNumber >= 0)