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:20:33 +0300 |
commit | bc93a5ab407051c382fdabc190d1d0ffd92efb60 (patch) | |
tree | a72a541df56566839ea45d654b980f06d10ec329 /contrib/postgres_fdw/postgres_fdw.c | |
parent | 19dc23a5ef7559cf22cdf586b9b4be7ad4497ba0 (diff) | |
download | postgresql-bc93a5ab407051c382fdabc190d1d0ffd92efb60.tar.gz postgresql-bc93a5ab407051c382fdabc190d1d0ffd92efb60.zip |
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 'contrib/postgres_fdw/postgres_fdw.c')
0 files changed, 0 insertions, 0 deletions