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

Lines changed: 2 additions & 2 deletions
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy