mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
GUC variable pg_trgm.similarity_threshold insead of set_limit()
Use GUC variable pg_trgm.similarity_threshold insead of set_limit()/show_limit() which was introduced when defining GUC varuables by modules was absent. Author: Artur Zakirov
This commit is contained in:
@ -105,7 +105,7 @@ typedef char *BITVECP;
|
||||
|
||||
typedef struct TrgmPackedGraph TrgmPackedGraph;
|
||||
|
||||
extern float4 trgm_limit;
|
||||
extern double similarity_threshold;
|
||||
|
||||
extern uint32 trgm2int(trgm *ptr);
|
||||
extern void compact_trigram(trgm *tptr, char *str, int bytelen);
|
||||
|
Reference in New Issue
Block a user