]> granicus.if.org Git - postgresql/commit
Fix operator naming in pg_trgm GUC option descriptions
authorAlexander Korotkov <akorotkov@postgresql.org>
Mon, 10 Jun 2019 17:14:19 +0000 (20:14 +0300)
committerAlexander Korotkov <akorotkov@postgresql.org>
Mon, 10 Jun 2019 17:14:19 +0000 (20:14 +0300)
commitb6987a885ba9216e1f4319441303ee115556922c
treee7e46e45a2f0ac5192811b44413a087faa263270
parentba3783e0244e3502d1b08896ffc72b3a88dbdb83
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
contrib/pg_trgm/trgm_op.c