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

Commitae67572

Browse files
committed
Compatibility with tuplesort changes in v15
1 parent34437d3 commitae67572

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/rumsort.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,9 +192,9 @@ copytup_rumitem(RumTuplesortstate * state, SortTuple *stup, void *tup)
192192

193193
#ifPG_VERSION_NUM >=150000
194194
#defineLT_TYPE LogicalTape *
195-
#defineLT_ARGunused
196-
#defineTAPE(state,LT_ARG)state->result_tape
197-
#defineLogicalTapeReadExact_compat(state,LT_ARG,args...) LogicalTapeReadExact(state->result_tape, ##args)
195+
#defineLT_ARGtape
196+
#defineTAPE(state,LT_ARG)LT_ARG
197+
#defineLogicalTapeReadExact_compat(state,LT_ARG,args...) LogicalTapeReadExact(LT_ARG, ##args)
198198
#else
199199
#defineLT_TYPE int
200200
#defineLT_ARG tapenum

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp