pgsql: Fix outdated comment

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix outdated comment
Date: 2026-07-09 08:00:58
Message-ID: E1whjgo-000GqO-1X@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix outdated comment

In transformLockingClause(), there was a comment that listed all the
RTE kinds it did not want to process, but that list was already
outdated about what RTE kinds actually exist. Rather than keeping
that up-to-date, just say "all other".

Discussion: https://www.postgresql.org/message-id/flat/CAHg%2BQDcE9wp6nOEC3SCRQ90nrCO%3DQF%2BOZq1MG8Qc6hnusmogqw%40mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/51ceb751eaed32950013a8084dd2ae2bf3ce465d

Modified Files
--------------
src/backend/parser/analyze.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2026-07-09 08:00:59 pgsql: Fix outdated comment
Previous Message Michael Paquier 2026-07-09 05:40:27 pgsql: Reject incorrect range_bounds_histograms in stats import functio