Small typo in guc.c
Hi,
there is a small typo in guc.c. Attached patch fixes this.
Regards
Daniel
Attachments:
guc.c.typo.patchtext/x-patch; name=guc.c.typo.patchDownload
diff --git a/src/backend/utils/misc/guc.c b/src/backend/utils/misc/guc.c
index 090abdad8b..46f1d6406f 100644
--- a/src/backend/utils/misc/guc.c
+++ b/src/backend/utils/misc/guc.c
@@ -1320,7 +1320,7 @@ static struct config_bool ConfigureNamesBool[] =
{
{"wal_log_hints", PGC_POSTMASTER, WAL_SETTINGS,
- gettext_noop("Writes full pages to WAL when first modified after a checkpoint, even for a non-critical modifications."),
+ gettext_noop("Writes full pages to WAL when first modified after a checkpoint, even for a non-critical modification."),
NULL
},
&wal_log_hints,
On Fri, Apr 09, 2021 at 09:13:04AM +0000, Daniel Westermann (DWE) wrote:
there is a small typo in guc.c. Attached patch fixes this.
Indeed, there is. I'll apply and backpatch if there are no
objections.
--
Michael
On Fri, Apr 9, 2021 at 11:13 AM Daniel Westermann (DWE)
<daniel.westermann@dbi-services.com> wrote:
Hi,
there is a small typo in guc.c. Attached patch fixes this.
Applied, thanks!
--
Magnus Hagander
Me: https://www.hagander.net/
Work: https://www.redpill-linpro.com/
On Fri, Apr 9, 2021 at 12:42 PM Michael Paquier <michael@paquier.xyz> wrote:
On Fri, Apr 09, 2021 at 09:13:04AM +0000, Daniel Westermann (DWE) wrote:
there is a small typo in guc.c. Attached patch fixes this.
Indeed, there is. I'll apply and backpatch if there are no
objections.
We seem to have started a trend of replying to the same emails at
exactly the same time in the past couple of days :)
(Already done)
--
Magnus Hagander
Me: https://www.hagander.net/
Work: https://www.redpill-linpro.com/