pgsql: Remove misleading comment from pathnodes.h.

From: Thomas Munro <tmunro(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove misleading comment from pathnodes.h.
Date: 2019-06-24 21:27:11
Message-ID: E1hfWUZ-0007Lq-Of@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove misleading comment from pathnodes.h.

As of commit e5253fdc, it is no longer true that the leader always
executes the subplan of a Gather Merge node. Remove comment to that
effect.

Back-patch to 11.

Discussion: https://postgr.es/m/CA%2BhUKGJEaZJYezXAOutuiWT%2BfxCA44%2BoKtVPAND2ubLiigR%3D-w%40mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a2dec374807565f6337915fb236bb3ae37af0644

Modified Files
--------------
src/include/nodes/pathnodes.h | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Munro 2019-06-24 21:27:35 pgsql: Remove misleading comment from pathnodes.h.
Previous Message Tom Lane 2019-06-24 21:19:47 pgsql: Purely-cosmetic adjustments in tablecmds.c.