pgsql: Fix a couple of comments.

From: Nathan Bossart <nathan(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix a couple of comments.
Date: 2025-10-27 15:30:30
Message-ID: E1vDPB0-003lPW-2H@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix a couple of comments.

These were discovered while reviewing Aleksander Alekseev's
proposed changes to pgindent.

Oversights in commits 393e0d2314 and 25a30bbd42.

Discussion: https://postgr.es/m/aP-H6kSsGOxaB21k%40nathan

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/123661427b974777ed00abcfa10443d0ca525b3c

Modified Files
--------------
src/backend/executor/nodeWindowAgg.c | 2 +-
src/backend/storage/ipc/waiteventset.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2025-10-27 23:27:32 pgsql: Simplify newline handling in two TAP tests
Previous Message Dean Rasheed 2025-10-27 10:23:23 pgsql: Add new RLS tests to test policies applied by command type.