pgsql: Add gin_fuzzy_search_limit to postgresql.conf.sample. - Mailing list pgsql-committers

From Fujii Masao
Subject pgsql: Add gin_fuzzy_search_limit to postgresql.conf.sample.
Date
Msg-id E1ZZMjb-00073l-7d@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add gin_fuzzy_search_limit to postgresql.conf.sample.

This was forgotten in 8a3631f (commit that originally added the parameter)
and 0ca9907 (commit that added the documentation later that year).

Back-patch to all supported versions.

Branch
------
REL9_0_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/cc28f77c27fb23a071f79272333622d293f33729

Modified Files
--------------
src/backend/utils/misc/postgresql.conf.sample |    1 +
1 file changed, 1 insertion(+)


pgsql-committers by date:

Previous
From: Fujii Masao
Date:
Subject: pgsql: Add gin_fuzzy_search_limit to postgresql.conf.sample.
Next
From: Andres Freund
Date:
Subject: pgsql: psql: Generic tab completion support for enum and bool GUCs.