Skip to content

Commit ae67572

Browse files
committed
Compatibility with tuplesort changes in v15
1 parent 34437d3 commit ae67572

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
#if PG_VERSION_NUM >= 150000
194194
#define LT_TYPE LogicalTape *
195-
#define LT_ARG unused
196-
#define TAPE(state, LT_ARG) state->result_tape
197-
#define LogicalTapeReadExact_compat(state, LT_ARG, args...) LogicalTapeReadExact(state->result_tape, ##args)
195+
#define LT_ARG tape
196+
#define TAPE(state, LT_ARG) LT_ARG
197+
#define LogicalTapeReadExact_compat(state, LT_ARG, args...) LogicalTapeReadExact(LT_ARG, ##args)
198198
#else
199199
#define LT_TYPE int
200200
#define LT_ARG tapenum

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy