From e04a9ccd2ccd6e31cc4af6b08257a0a186d0fce8 Mon Sep 17 00:00:00 2001 From: Andres Freund Date: Thu, 12 Jun 2014 13:23:46 +0200 Subject: 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 --- src/backend/access/transam/xlog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/backend/access/transam/xlog.c') diff --git a/src/backend/access/transam/xlog.c b/src/backend/access/transam/xlog.c index 9eca63cbbfa..3f92482b42d 100644 --- a/src/backend/access/transam/xlog.c +++ b/src/backend/access/transam/xlog.c @@ -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 -- cgit v1.2.3