public inbox for [email protected]
help / color / mirror / Atom feedFrom: btnakamurakoukil <[email protected]>
To: [email protected]
Subject: Modify comment in /postgres/src/bin/pg_walsummary/nls.mk
Date: Thu, 26 Sep 2024 15:05:45 +0900
Message-ID: <[email protected]> (raw)
Hi hackers,
I noticed incorrect comment in /postgres/src/bin/pg_walsummary/nls.mk.
The part that should be "pg_walsummary" is "pg_combinebackup", patch
attached.
Regards,
Koki Nakamura <[email protected]>
Attachments:
[text/x-diff] 0001-combinebackup-walsummary.patch (695B, ../[email protected]/2-0001-combinebackup-walsummary.patch)
download | inline diff:
From 70959d10410224afe2a30d74f1b0b17221d05c57 Mon Sep 17 00:00:00 2001
From: KokiNaka <[email protected]>
Date: Thu, 26 Sep 2024 10:18:33 +0900
Subject: [PATCH] combinebackup -> walsummary
---
src/bin/pg_walsummary/nls.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/bin/pg_walsummary/nls.mk b/src/bin/pg_walsummary/nls.mk
index b22905e447..7117293992 100644
--- a/src/bin/pg_walsummary/nls.mk
+++ b/src/bin/pg_walsummary/nls.mk
@@ -1,4 +1,4 @@
-# src/bin/pg_combinebackup/nls.mk
+# src/bin/pg_walsummary/nls.mk
CATALOG_NAME = pg_walsummary
GETTEXT_FILES = $(FRONTEND_COMMON_GETTEXT_FILES) \
pg_walsummary.c \
--
2.40.1
view thread (2+ messages)
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected]
Subject: Re: Modify comment in /postgres/src/bin/pg_walsummary/nls.mk
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox