v19-0006-Update-comments-atop-global-variables.patch

application/octet-stream

Filename: v19-0006-Update-comments-atop-global-variables.patch
Type: application/octet-stream
Part: 7
Message: RE: speed up a logical replica setup

Patch

Same data as JSON: GET /api/v1/attachments/:id/patch the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes. API reference →
Format: format-patch
Series: patch v19-0006
Subject: Update comments atop global variables
File+
src/bin/pg_basebackup/pg_createsubscriber.c 1 1
From 2f536b423bf70bc7f0eced7e975ffde259124b99 Mon Sep 17 00:00:00 2001
From: Hayato Kuroda <kuroda.hayato@fujitsu.com>
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