pgsql: Fix typos in nodeWindowAgg comments

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix typos in nodeWindowAgg comments
Date: 2025-11-10 11:56:54
Message-ID: E1vIQVy-005uWj-2F@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix typos in nodeWindowAgg comments

One of them submitted by the author, with another one other
spotted during review so this fixes both.

Author: Tender Wang <tndrwang(at)gmail(dot)com>
Reviewed-by: Daniel Gustafsson <daniel(at)yesql(dot)se>
Discussion: https://postgr.es/m/CAHewXN=eNx2oJ_hzxJrkSvy-1A5Qf45SM8pxERWXE+6RoZyFrw@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3a872ddd64f908ac3dd65c544c2439ecbe737799

Modified Files
--------------
src/backend/executor/nodeWindowAgg.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2025-11-10 12:13:03 pgsql: Translation updates
Previous Message Michael Paquier 2025-11-10 05:30:46 pgsql: Add more tests for relation statistics with rewrites