mirror of
https://github.com/postgres/postgres.git
synced 2025-10-22 14:32:25 +03:00
Remove unused ParallelWorkerInfo.pid field
The pid was originally used in error context of messages propagated
from parallel workers, but commit 292794f82b
removed that. If the need
arises in the future, you can also get the pid with
"shm_mq_get_sender(pcxt->worker[i].error_mqh)->pid".
This commit is contained in:
@@ -26,7 +26,6 @@ typedef struct ParallelWorkerInfo
|
||||
{
|
||||
BackgroundWorkerHandle *bgwhandle;
|
||||
shm_mq_handle *error_mqh;
|
||||
int32 pid;
|
||||
} ParallelWorkerInfo;
|
||||
|
||||
typedef struct ParallelContext
|
||||
|
Reference in New Issue
Block a user