]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Improve wording in a few comments
authorDavid Rowley <drowley@postgresql.org>
Fri, 19 Sep 2025 11:35:23 +0000 (23:35 +1200)
committerDavid Rowley <drowley@postgresql.org>
Fri, 19 Sep 2025 11:35:23 +0000 (23:35 +1200)
commitac7c8e412cc5606ab43f641285400209a686bac8
treec6f0da20291585e9762e72c0798957c7d7c1e5a8
parent5b148706c5c8ffffe5662fe569a0f0bcef2351d9
Improve wording in a few comments

Initially this was to fix the "catched" typo, but I (David) wasn't quite
clear on what the previous comment meant about being "effective".  I
expect this means efficiency, so I've reworded the comment to indicate
that.

While this is only a comment fixup, for the sake of possibly minimizing
possible future backpatching pain, I've opted to backpatch to 18 since
this code is new to that version and the release isn't out the door yet.

Author: Tender Wang <tndrwang@gmail.com>
Discussion: https://postgr.es/m/CAHewXNmSYWPud1sfBvpKbCJeRkWeZYuqatxtV9U9LvAFXBEiBw@mail.gmail.com
Backpatch-through: 18
src/backend/optimizer/path/indxpath.c