]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix outdated comment
authorPeter Eisentraut <peter@eisentraut.org>
Thu, 9 Jul 2026 07:53:18 +0000 (09:53 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Thu, 9 Jul 2026 07:53:18 +0000 (09:53 +0200)
commit51ceb751eaed32950013a8084dd2ae2bf3ce465d
treefe16fdc5ecb326598633be06e720be95fd9f24d4
parentdf293aed46e3133df3b5b337f095e3ebed69fd79
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
src/backend/parser/analyze.c