Re: doc: pg_trgm missing description for GUC "pg_trgm.strict_word_similarity_threshold"
Euler Taveira <euler@timbira.com.br>
From: Euler Taveira <euler@timbira.com.br>
To: Alexander Korotkov <a.korotkov@postgrespro.ru>
Cc: Ian Barwick <ian.barwick@2ndquadrant.com>,
Michael Paquier <michael@paquier.xyz>, Masahiko Sawada <sawada.mshk@gmail.com>, "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2019-09-12T12:39:00Z
Lists: pgsql-hackers
Attachments
- 0001-Fix-pg_trgm-documentation.patch (text/x-patch) patch 0001
Em seg, 10 de jun de 2019 às 14:34, Alexander Korotkov <a.korotkov@postgrespro.ru> escreveu: > > Pushed! > Alexander, this commit is ok for 11 and so. However, GUC strict_word_similarity_threshold does not exist in 9.6 and 10. The attached patch revert this part. It should apply cleanly in 9.6 and 10. -- Euler Taveira Timbira - http://www.timbira.com.br/ PostgreSQL: Consultoria, Desenvolvimento, Suporte 24x7 e Treinamento
Commits
-
Remove pg_trgm.strict_word_similarity_threshold doc from 9.6 and 10
- 0a8cd4c29624 10.11 landed
- b18aaad90fb1 9.6.16 landed
-
Add docs of missing GUC to pgtrgm.sgml
- 97c9ea17fbca 9.6.14 landed
- 9ee98cc3fae2 10.9 landed
- 19dc23a5ef75 11.4 landed
- ba3783e0244e 12.0 landed
-
Fix docs indentation in pgtrgm.sgml
- abfbdb25ec2a 9.6.14 landed
- 7c2122f11f0f 10.9 landed
- 76bccb12dbb8 11.4 landed
- 852ddfbbe212 12.0 landed
-
Fix operator naming in pg_trgm GUC option descriptions
- 959792087a10 9.6.14 landed
- 589f91fc312e 10.9 landed
- bc93a5ab4070 11.4 landed
- b6987a885ba9 12.0 landed
-
Add strict_word_similarity to pg_trgm module
- be8a7a686627 11.0 cited