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:31:18
Message-ID: E1haO8c-0002kO-6R@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
------
REL9_6_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/959792087a10baf7f1b58408d28411109bcedb7a

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

Browse pgsql-committers by date

  From Date Subject
Next Message Alexander Korotkov 2019-06-10 17:33:01 Re: pgsql: Fix operator naming in pg_trgm GUC option descriptions
Previous Message Alexander Korotkov 2019-06-10 17:29:15 pgsql: Fix docs indentation in pgtrgm.sgml