postgresql/contrib/pg_trgm
Alexander Korotkov bc93a5ab40 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
2019-06-10 20:20:33 +03:00
..
data
expected
sql
.gitignore
Makefile
pg_trgm--1.0--1.1.sql
pg_trgm--1.1--1.2.sql
pg_trgm--1.2--1.3.sql
pg_trgm--1.3--1.4.sql
pg_trgm--1.3.sql
pg_trgm--unpackaged--1.0.sql
pg_trgm.control
trgm_gin.c
trgm_gist.c
trgm_op.c Fix operator naming in pg_trgm GUC option descriptions 2019-06-10 20:20:33 +03:00
trgm_regexp.c
trgm.h