pgsql: Fix comment of tsquerysend()

From: Álvaro Herrera <alvherre(at)kurilemu(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix comment of tsquerysend()
Date: 2025-05-11 13:52:57
Message-ID: E1uE76u-001DfB-2I@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix comment of tsquerysend()

The comment describes the order in which fields are sent, and it had one
of the fields in the wrong place.

This has been wrong since e6dbcb72fafa (2008), so backpatch all the way
back.

Author: Emre Hasegeli <emre(at)hasegeli(dot)com>
Discussion: https://postgr.es/m/CAE2gYzzf38bR_R=izhpMxAmqHXKeM5ajkmukh4mNs_oXfxcMCA@mail.gmail.com

Branch
------
REL_15_STABLE

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

Modified Files
--------------
src/backend/utils/adt/tsquery.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Álvaro Herrera 2025-05-11 14:19:38 pgsql: Add tab-complete for ALTER DOMAIN ADD [CONSTRAINT]
Previous Message Álvaro Herrera 2025-05-11 13:23:17 pgsql: relcache: Avoid memory leak on tables with no CHECK constraints