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:35
Message-ID: E1hfWUx-0007MU-Am@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
------
REL_11_STABLE

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

Modified Files
--------------
src/include/nodes/relation.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:42:11 pgsql: Don't unset MAKEFLAGS in non-GNU Makefile.
Previous Message Thomas Munro 2019-06-24 21:27:11 pgsql: Remove misleading comment from pathnodes.h.