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 d5d1254 commit 78d7b8cCopy full SHA for 78d7b8c
src/pglogical_receiver.c
@@ -719,12 +719,6 @@ pglogical_receiver_main(Datum main_arg)
719
/* Create new slot if needed */
720
query = createPQExpBuffer();
721
722
- /* TODO: remove this once we rebase onto fresh version of EE which
723
- * doesn't use MessageContext inside planner guts (PGPRO-3253)*/
724
- MessageContext = AllocSetContextCreate(TopMemoryContext,
725
- "MessageContext",
726
- ALLOCSET_DEFAULT_SIZES);
727
-
728
/*
729
* Make sure config is up to date as we are going to check out
730
* backup_node_id; if it has been cleared we must be aware of that.
0 commit comments