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

Commita9b00d8

Browse files
committed
make it works with v17master
1 parent0b27503 commita9b00d8

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

‎hstore_ops--1.0--1.1.sql

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ AS
1111
OPERATOR10 ?|(hstore,text[]),
1212
OPERATOR11 ?&(hstore,text[]),
1313
FUNCTION1 byteacmp(bytea,bytea),
14-
FUNCTION2 gin_extract_hstore(internal, internal),
15-
FUNCTION3 gin_extract_hstore_query(internal, internal, int2, internal, internal),
16-
FUNCTION4 gin_consistent_hstore(internal, int2,internal, int4, internal, internal),
14+
FUNCTION2 gin_extract_hstore(hstore, internal),
15+
FUNCTION3 gin_extract_hstore_query(hstore, internal, int2, internal, internal),
16+
FUNCTION4 gin_consistent_hstore(internal, int2,hstore, int4, internal, internal),
1717
STORAGEbytea;

‎hstore_ops--1.1.sql

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ AS
5050
OPERATOR10 ?|(hstore,text[]),
5151
OPERATOR11 ?&(hstore,text[]),
5252
FUNCTION1 byteacmp(bytea,bytea),
53-
FUNCTION2 gin_extract_hstore(internal, internal),
54-
FUNCTION3 gin_extract_hstore_query(internal, internal, int2, internal, internal),
55-
FUNCTION4 gin_consistent_hstore(internal, int2,internal, int4, internal, internal),
53+
FUNCTION2 gin_extract_hstore(hstore, internal),
54+
FUNCTION3 gin_extract_hstore_query(hstore, internal, int2, internal, internal),
55+
FUNCTION4 gin_consistent_hstore(internal, int2,hstore, int4, internal, internal),
5656
STORAGEbytea;

‎hstore_ops.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
#include"access/gin.h"
2020
#include"access/skey.h"
2121
#include"catalog/pg_type.h"
22+
#ifPG_VERSION_NUM >=130000
23+
#include"common/hashfn.h"
24+
#endif
2225
#include"utils/hsearch.h"
2326

2427
#include"hstore.h"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp