Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit508dcfb

Browse files
committed
Rename GUC variables of array ops
1 parentc956764 commit508dcfb

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)

[8]ページ先頭

©2009-2025 Movatter.jp