summaryrefslogtreecommitdiff
path: root/src/backend/replication/basebackup_throttle.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/replication/basebackup_throttle.c')
-rw-r--r--src/backend/replication/basebackup_throttle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/replication/basebackup_throttle.c b/src/backend/replication/basebackup_throttle.c
index 37d9129e243..af0704c3ace 100644
--- a/src/backend/replication/basebackup_throttle.c
+++ b/src/backend/replication/basebackup_throttle.c
@@ -43,7 +43,7 @@ static void bbsink_throttle_archive_contents(bbsink *sink, size_t len);
static void bbsink_throttle_manifest_contents(bbsink *sink, size_t len);
static void throttle(bbsink_throttle *sink, size_t increment);
-const bbsink_ops bbsink_throttle_ops = {
+static const bbsink_ops bbsink_throttle_ops = {
.begin_backup = bbsink_throttle_begin_backup,
.begin_archive = bbsink_forward_begin_archive,
.archive_contents = bbsink_throttle_archive_contents,