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

Commit1fd7db8

Browse files
author
Markus Nullmeier
committed
make the GiST penalty function STRICT again
'make installcheck' will crash at index creation without a 'STRICT'penalty function. Probably we want to make all methods of the GiSToperator class 'STRICT', as suggested by the docs in "Internals /GiST Indexes / Extensibility".
1 parent1a84dec commit1fd7db8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎pgs_gist.sql.in‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ CREATE FUNCTION g_spherekey_union(bytea, internal)
7676
CREATE FUNCTION g_spherekey_penalty (internal, internal, internal)
7777
RETURNS internal
7878
AS 'MODULE_PATHNAME', 'g_spherekey_penalty'
79-
LANGUAGE 'c';
79+
LANGUAGE 'c'
80+
STRICT;
8081

8182
CREATE FUNCTION g_spherekey_picksplit(internal, internal)
8283
RETURNS internal

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp