From 2f536b423bf70bc7f0eced7e975ffde259124b99 Mon Sep 17 00:00:00 2001 From: Hayato Kuroda Date: Tue, 13 Feb 2024 11:07:31 +0000 Subject: [PATCH v19 6/9] Update comments atop global variables --- src/bin/pg_basebackup/pg_createsubscriber.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/pg_basebackup/pg_createsubscriber.c b/src/bin/pg_basebackup/pg_createsubscriber.c index 291fc3967f..c21fd212e1 100644 --- a/src/bin/pg_basebackup/pg_createsubscriber.c +++ b/src/bin/pg_basebackup/pg_createsubscriber.c @@ -103,7 +103,7 @@ static void enable_subscription(PGconn *conn, LogicalRepInfo *dbinfo); #define USEC_PER_SEC 1000000 #define WAIT_INTERVAL 1 /* 1 second */ -/* Options */ +/* Global Variables */ static const char *progname; static char *primary_slot_name = NULL; -- 2.43.0