Fix misuse of foreach_delete_current().
Tom Lane <tgl@sss.pgh.pa.us>
Fix misuse of foreach_delete_current(). Our coding convention requires this macro's result to be assigned back to the original List variable. In this usage, since the List could not become empty, there was no actual bug --- but some compilers warned about it. Oversight in be45be9c3. Discussion: https://postgr.es/m/35077b31-2d62-1e31-0e2e-ddb52d590b73@enterprisedb.com
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/parser/parse_agg.c | modified | +2 −2 |
Discussion
- GROUP BY DISTINCT 22 messages · 2021-02-21 → 2021-03-18