Fix outdated code comments in nodeAgg.c
Zhang Mingli <zmlpostgres@gmail.com>
From: Zhang Mingli <zmlpostgres@gmail.com>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2025-02-09T15:14:51Z
Lists: pgsql-hackers
Attachments
- v0-0001-fix-update-outdated-comments-in-nodeAgg.c.patch (application/octet-stream) patch v0-0001
Hi, By reading the codes in nodeAgg.c, I found that some comments are outdated. The comments referred to the function lookup_hash_entry(), which has been removed in commit b563594. I've adjusted the comments to refer to the correct function to make it clear. -- Zhang Mingli HashData
Commits
-
Update outdated comments in nodeAgg.c.
- a1f7f80bfef1 18.0 landed
-
Support hashed aggregation with grouping sets.
- b5635948ab16 10.0 cited