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 4815a2c commit bcf2424Copy full SHA for bcf2424
src/pg_pathman.c
@@ -367,13 +367,9 @@ _PG_init(void)
367
init_partition_router_static_data();
368
init_partition_overseer_static_data();
369
370
-#if defined(PGPRO_EE) && PG_VERSION_NUM >= 100000
371
-#if PG_VERSION_NUM >= 150000
+#ifdef PGPRO_EE
372
/* Callbacks for reload relcache for ATX transactions */
373
PgproRegisterXactCallback(pathman_xact_cb, NULL, XACT_EVENT_KIND_VANILLA | XACT_EVENT_KIND_ATX);
374
-#else
375
- RegisterXactCallback(pathman_xact_cb, NULL);
376
-#endif
377
#endif
378
}
379
0 commit comments