pgsql: Fix another typo in gininsert.c

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix another typo in gininsert.c
Date: 2025-12-22 03:39:26
Message-ID: E1vXWlZ-0021Ls-0N@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix another typo in gininsert.c

Reported-by: Tender Wang <tndrwang(at)gmail(dot)com>
Discussion: https://postgr.es/m/CAHewXNkRJ9DMFZMQKWQ32U+OTBR78KeGh2=9Wy5jEeWDxMVFcQ@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d31276f0e290a58c3df999116bc59d2332ca3148

Modified Files
--------------
src/backend/access/gin/gininsert.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2025-12-22 09:37:03 pgsql: doc: Fix incorrect reference in pg_overexplain documentation.
Previous Message Peter Geoghegan 2025-12-21 17:28:32 pgsql: Remove obsolete name_ops index-only scan comments.