]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix comments in index.c
authorMichael Paquier <michael@paquier.xyz>
Tue, 15 Jul 2025 07:05:59 +0000 (16:05 +0900)
committerMichael Paquier <michael@paquier.xyz>
Tue, 15 Jul 2025 07:05:59 +0000 (16:05 +0900)
commit006fc975a2b984249283e953900ac0ee814c5d6b
tree7b64ee7c9e77639b4f4502b998af7b20ffb1a75d
parent88a658a42e1b3e6b1a6d4e8322d731ddc3fe9b97
Fix comments in index.c

This comment paragraph referred to text_eq(), but the name of the
function in charge of "text" comparisons is called texteq().

Author: Jian He <jian.universality@gmail.com>
Discussion: https://postgr.es/m/CACJufxHL--XNcCCO1LgKsygzYGiVHZMfTcAxOSG8+ezxWtjddw@mail.gmail.com
src/backend/catalog/index.c