Fix out-dated comment in preprocess_groupclause()
authorDavid Rowley <drowley@postgresql.org>
Mon, 19 Sep 2022 21:13:49 +0000 (09:13 +1200)
committerDavid Rowley <drowley@postgresql.org>
Mon, 19 Sep 2022 21:13:49 +0000 (09:13 +1200)
commit78a9af1a27641ad983354bbaaaa4b7c00ea390f6
treeea64ab1971e049ec3e02f8cdb42a39ddb170b328
parent66fa8ff637982b51257d80626dd00dccf3ad9fa6
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.
src/backend/optimizer/plan/planner.c