pgsql: Fix comments in index.c

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix comments in index.c
Date: 2025-07-15 07:08:22
Message-ID: E1ubZm2-006NNx-10@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(dot)universality(at)gmail(dot)com>
Discussion: https://postgr.es/m/CACJufxHL--XNcCCO1LgKsygzYGiVHZMfTcAxOSG8+ezxWtjddw@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/006fc975a2b984249283e953900ac0ee814c5d6b

Modified Files
--------------
src/backend/catalog/index.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2025-07-15 09:53:28 pgsql: psql: Fix tab-completion after GRANT/REVOKE on LARGE OBJECT and
Previous Message Tom Lane 2025-07-14 20:13:39 pgsql: Stamp 18beta2.