pgsql: Fix operator naming in pg_trgm GUC option descriptions

Поиск
Список
Период
Сортировка
От Alexander Korotkov
Тема pgsql: Fix operator naming in pg_trgm GUC option descriptions
Дата
Msg-id E1haO6d-0002iE-E0@gemulon.postgresql.org
обсуждение исходный текст
Список 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
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/589f91fc312e79caf95e0ce44452ab2e7d57728e

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Alexander Korotkov
Дата:
Сообщение: pgsql: Add docs of missing GUC to pgtrgm.sgml
Следующее
От: Alexander Korotkov
Дата:
Сообщение: pgsql: Add docs of missing GUC to pgtrgm.sgml