Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit78d7b8c

Browse files
committed
Remove unnecessary MessageContext creation.
Code cleanup after merge of PGPRO-3253.
1 parentd5d1254 commit78d7b8c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

‎src/pglogical_receiver.c‎

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -719,12 +719,6 @@ pglogical_receiver_main(Datum main_arg)
719719
/* Create new slot if needed */
720720
query=createPQExpBuffer();
721721

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-
728722
/*
729723
* Make sure config is up to date as we are going to check out
730724
* backup_node_id; if it has been cleared we must be aware of that.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp