Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6f47dc7

Browse files
committed
Make compatible with amroutine changes in V15
1 parent ae67572 commit 6f47dc7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/rumutil.c

+3
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,9 @@ rumhandler(PG_FUNCTION_ARGS)
128128
amroutine->ampredlocks = true;
129129
#if PG_VERSION_NUM >= 100000
130130
amroutine->amcanparallel = false;
131+
#endif
132+
#if PG_VERSION_NUM >= 150000
133+
amroutine->amhotblocking = true;
131134
#endif
132135
amroutine->amkeytype = InvalidOid;
133136

0 commit comments

Comments
 (0)