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

Commit2dd3840

Browse files
committed
Compatibility with PG 14
1 parent31680b1 commit2dd3840

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

‎src/rum.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -449,6 +449,9 @@ extern void rumbuildempty(Relation index);
449449
externboolruminsert(Relationindex,Datum*values,bool*isnull,
450450
ItemPointerht_ctid,RelationheapRel,
451451
IndexUniqueCheckcheckUnique
452+
#ifPG_VERSION_NUM >=140000
453+
,boolindexUnchanged
454+
#endif
452455
#ifPG_VERSION_NUM >=100000
453456
,structIndexInfo*indexInfo
454457
#endif

‎src/ruminsert.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -818,6 +818,9 @@ bool
818818
ruminsert(Relationindex,Datum*values,bool*isnull,
819819
ItemPointerht_ctid,RelationheapRel,
820820
IndexUniqueCheckcheckUnique
821+
#ifPG_VERSION_NUM >=140000
822+
,boolindexUnchanged
823+
#endif
821824
#ifPG_VERSION_NUM >=100000
822825
,structIndexInfo*indexInfo
823826
#endif

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp