Fix outdated code comments in nodeAgg.c

From: Zhang Mingli <zmlpostgres(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Fix outdated code comments in nodeAgg.c
Date: 2025-02-09 15:14:51
Message-ID: 198a8d1e-0792-4e7f-828e-902aa342f36e@Spark
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


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

Attachment Content-Type Size
v0-0001-fix-update-outdated-comments-in-nodeAgg.c.patch application/octet-stream 2.3 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alexander Korotkov 2025-02-09 15:38:03 Re: Replace IN VALUES with ANY in WHERE clauses during optimization
Previous Message Alena Rybakina 2025-02-09 15:14:09 Re: pull-up subquery if JOIN-ON contains refs to upper-query