single_copy not needed in GatherPath

From: Antonin Houska <ah(at)cybertec(dot)at>
To: pgsql-hackers(at)postgresql(dot)org
Subject: single_copy not needed in GatherPath
Date: 2024-12-12 09:52:46
Message-ID: 39089.1733997166@antos
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I was curious when create_gather_path() sets single_copy, but could not find
any place in the tree where a path with num_workers==0 is added to
partial_pathlist. This patch removes the field.

--
Antonin Houska
Web: https://www.cybertec-postgresql.com

Attachment Content-Type Size
0001-Remove-the-single_copy-field-from-GatherPath.patch text/x-diff 3.6 KB

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2024-12-12 10:02:12 Re: pg_createsubscriber TAP test wrapping makes command options hard to read.
Previous Message Önder Kalacı 2024-12-12 09:28:22 Allow FDW extensions to support MERGE command via CustomScan