mirror of
https://github.com/postgres/postgres.git
synced 2025-07-07 00:36:50 +03:00
Consistency improvements for slot and decoding code.
Change the order of checks in similar functions to be the same; remove a parameter that's not needed anymore; rename a memory context and expand a couple of comments. Per review comments from Amit Kapila
This commit is contained in:
@ -125,7 +125,7 @@ StartupDecodingContext(List *output_plugin_options,
|
||||
slot = MyReplicationSlot;
|
||||
|
||||
context = AllocSetContextCreate(CurrentMemoryContext,
|
||||
"Changeset Extraction Context",
|
||||
"Logical Decoding Context",
|
||||
ALLOCSET_DEFAULT_MINSIZE,
|
||||
ALLOCSET_DEFAULT_INITSIZE,
|
||||
ALLOCSET_DEFAULT_MAXSIZE);
|
||||
|
Reference in New Issue
Block a user