Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c956764 commit 508dcfbCopy full SHA for 508dcfb
src/rumutil.c
@@ -59,15 +59,15 @@ _PG_init(void)
59
PGC_USERSET, 0,
60
NULL, NULL, NULL);
61
62
- DefineCustomRealVariable("rum_array_similarity_threshold",
+ DefineCustomRealVariable("rum.array_similarity_threshold",
63
"Sets the array similarity threshold.",
64
NULL,
65
&RumArraySimilarityThreshold,
66
RUM_SIMILARITY_THRESHOLD_DEFAULT, 0.0, 1.0,
67
68
69
70
- DefineCustomEnumVariable("rum_array_similarity_function",
+ DefineCustomEnumVariable("rum.array_similarity_function",
71
"Sets the array similarity function.",
72
73
&RumArraySimilarityFunction,
0 commit comments