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

Skip to content

Commit 210abdd

Browse files
committed
Revert "Make compatible with amroutine changes in V15"
Change in IndexAmRoutine amroutine were reverted in e3fcca0d Revert changes in HOT handling of BRIN indexes This reverts commit 6f47dc7.
1 parent 92f42d5 commit 210abdd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/rumutil.c

-3
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,6 @@ 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;
134131
#endif
135132
amroutine->amkeytype = InvalidOid;
136133

0 commit comments

Comments
 (0)