We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae67572 commit 6f47dc7Copy full SHA for 6f47dc7
src/rumutil.c
@@ -128,6 +128,9 @@ rumhandler(PG_FUNCTION_ARGS)
128
amroutine->ampredlocks = true;
129
#if PG_VERSION_NUM >= 100000
130
amroutine->amcanparallel = false;
131
+#endif
132
+#if PG_VERSION_NUM >= 150000
133
+ amroutine->amhotblocking = true;
134
#endif
135
amroutine->amkeytype = InvalidOid;
136
0 commit comments