diff options
Diffstat (limited to 'src/backend/replication/slot.c')
-rw-r--r-- | src/backend/replication/slot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/replication/slot.c b/src/backend/replication/slot.c index ee0c7c07a97..5671ac1d14f 100644 --- a/src/backend/replication/slot.c +++ b/src/backend/replication/slot.c @@ -829,7 +829,7 @@ CheckPointReplicationSlots(void) * needs to be run before we start crash recovery. */ void -StartupReplicationSlots(XLogRecPtr checkPointRedo) +StartupReplicationSlots(void) { DIR *replication_dir; struct dirent *replication_de; |