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".
Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/0dd094c4a0a4766cfb3c4932fa32af906229e3e3 Modified Files -------------- src/backend/access/transam/parallel.c | 23 ----------------------- src/include/access/parallel.h | 1 - 2 files changed, 24 deletions(-)
