aboutsummaryrefslogtreecommitdiff
path: root/src/include/access/parallel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/access/parallel.h')
-rw-r--r--src/include/access/parallel.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/access/parallel.h b/src/include/access/parallel.h
index 64c6fb939ea..69ffe5498f9 100644
--- a/src/include/access/parallel.h
+++ b/src/include/access/parallel.h
@@ -26,7 +26,6 @@ typedef struct ParallelWorkerInfo
{
BackgroundWorkerHandle *bgwhandle;
shm_mq_handle *error_mqh;
- int32 pid;
} ParallelWorkerInfo;
typedef struct ParallelContext