Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 508dcfb

Browse files
committed
Rename GUC variables of array ops
1 parent c956764 commit 508dcfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/rumutil.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,15 @@ _PG_init(void)
5959
PGC_USERSET, 0,
6060
NULL, NULL, NULL);
6161

62-
DefineCustomRealVariable("rum_array_similarity_threshold",
62+
DefineCustomRealVariable("rum.array_similarity_threshold",
6363
"Sets the array similarity threshold.",
6464
NULL,
6565
&RumArraySimilarityThreshold,
6666
RUM_SIMILARITY_THRESHOLD_DEFAULT, 0.0, 1.0,
6767
PGC_USERSET, 0,
6868
NULL, NULL, NULL);
6969

70-
DefineCustomEnumVariable("rum_array_similarity_function",
70+
DefineCustomEnumVariable("rum.array_similarity_function",
7171
"Sets the array similarity function.",
7272
NULL,
7373
&RumArraySimilarityFunction,

0 commit comments

Comments
 (0)