pgsql: Fix comments in execGrouping.c

From: Jeff Davis <jdavis(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix comments in execGrouping.c
Date: 2019-12-06 20:02:55
Message-ID: E1idJoV-0001NX-1J@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix comments in execGrouping.c

Commit 5dfc1981 missed updating some comments.

Also, fix a comment typo found in passing.

Author: Jeff Davis
Discussion: https://postgr.es/m/9723131d247b919f94699152647fa87ee0bc02c2.camel%40j-davis.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/30d47723fd151641e89d18ce775f1a102ff07ae2

Modified Files
--------------
src/backend/executor/execGrouping.c | 11 +++--------
src/include/nodes/execnodes.h | 2 +-
2 files changed, 4 insertions(+), 9 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2019-12-06 22:40:43 pgsql: Improve test coverage of ruleutils.c.
Previous Message Tom Lane 2019-12-06 16:25:16 pgsql: Disallow non-default collation in ADD PRIMARY KEY/UNIQUE USING I