pgsql: Fix comment of tsquerysend() - Mailing list pgsql-committers

From Álvaro Herrera
Subject pgsql: Fix comment of tsquerysend()
Date
Msg-id E1uE76u-001Df5-2A@gemulon.postgresql.org
Whole thread Raw
List 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@hasegeli.com>
Discussion: https://postgr.es/m/CAE2gYzzf38bR_R=izhpMxAmqHXKeM5ajkmukh4mNs_oXfxcMCA@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0588656366687887d06b0b1f79c9adc142ea1595

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


pgsql-committers by date:

Previous
From: Álvaro Herrera
Date:
Subject: pgsql: relcache: Avoid memory leak on tables with no CHECK constraints
Next
From: Álvaro Herrera
Date:
Subject: pgsql: Add tab-complete for ALTER DOMAIN ADD [CONSTRAINT]