pgsql: Fix operator naming in pg_trgm GUC option descriptions

From: Alexander Korotkov <akorotkov(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix operator naming in pg_trgm GUC option descriptions
Date: 2019-06-10 17:19:10
Message-ID: E1haNws-0002bV-Uw@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix operator naming in pg_trgm GUC option descriptions

Descriptions of pg_trgm GUC options have % replaced with %% like it was
a printf-like format. But that's not needed since they are just plain strings.
This commit fixed that. Backpatch to last supported version since this error
present from the beginning.

Reported-by: Masahiko Sawada
Discussion: https://postgr.es/m/CAD21AoAgPKODUsu9gqUFiNqEOAqedStxJ-a0sapsJXWWAVp%3Dxg%40mail.gmail.com
Backpatch-through: 9.4

Branch
------
master

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

Modified Files
--------------
contrib/pg_trgm/trgm_op.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Alexander Korotkov 2019-06-10 17:26:37 pgsql: Add docs of missing GUC to pgtrgm.sgml
Previous Message Noah Misch 2019-06-09 22:52:20 pgsql: MSVC: Reconcile clean.bat with PostgreSQL 12 work.