mirror of
https://github.com/postgres/postgres.git
synced 2025-06-30 21:42:05 +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:
@ -6270,7 +6270,7 @@ StartupXLOG(void)
|
||||
* Initialize replication slots, before there's a chance to remove
|
||||
* required resources.
|
||||
*/
|
||||
StartupReplicationSlots(checkPoint.redo);
|
||||
StartupReplicationSlots();
|
||||
|
||||
/*
|
||||
* Startup logical state, needs to be setup now so we have proper data
|
||||
|
Reference in New Issue
Block a user