pgsql: Fix out-dated comment in preprocess_groupclause()

From: David Rowley <drowley(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix out-dated comment in preprocess_groupclause()
Date: 2022-09-19 21:15:35
Message-ID: E1oaO75-00163t-2t@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix out-dated comment in preprocess_groupclause()

The comment claimed we don't consider other orders of the GROUP BY clause,
but this is no longer true as of db0d67db2.

Discussion: https://postgr.es/m/CAApHDvq65=9Ro+hLX1i9ugWEiNDvHrBibAO7ARcTnf38_JE+UQ@mail.gmail.com
Backpatch-through: 15, where db0d67db2 was introduced.

Branch
------
REL_15_STABLE

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

Modified Files
--------------
src/backend/optimizer/plan/planner.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2022-09-19 21:32:17 pg_upgrade test failure
Previous Message David Rowley 2022-09-19 21:14:52 pgsql: Fix out-dated comment in preprocess_groupclause()