diff options
author | Alexander Korotkov <akorotkov@postgresql.org> | 2019-06-10 20:14:19 +0300 |
---|---|---|
committer | Alexander Korotkov <akorotkov@postgresql.org> | 2019-06-10 20:27:48 +0300 |
commit | 959792087a10baf7f1b58408d28411109bcedb7a (patch) | |
tree | 75bf15718fcaea3e2ebec76c638791f238a8c0c3 /src/backend/utils/adt/ruleutils.c | |
parent | 97c9ea17fbcaaf89033002189f6b0aba6ad3179d (diff) |
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
Diffstat (limited to 'src/backend/utils/adt/ruleutils.c')
0 files changed, 0 insertions, 0 deletions