Fix operator naming in pg_trgm GUC option descriptions

Alexander Korotkov <akorotkov@postgresql.org>

Commit: 959792087a10baf7f1b58408d28411109bcedb7a
Author: Alexander Korotkov <akorotkov@postgresql.org>
Date: 2019-06-10T17:27:48Z
Releases: 9.6.14
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

Files

PathChange+/−
contrib/pg_trgm/trgm_op.c modified +2 −2

Discussion