| 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:59 |
| Message-ID: | E1whjgo-000GqQ-1f@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".
Branch
------
REL_19_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/0b1dbb74478051205c2befc90bac9d9f55524104
Modified Files
--------------
src/backend/parser/analyze.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Peter Eisentraut | 2026-07-09 08:16:34 | pgsql: Prohibit locking clauses on GRAPH_TABLE |
| Previous Message | Peter Eisentraut | 2026-07-09 08:00:58 | pgsql: Fix outdated comment |