Another small guc.c fix

From: "Daniel Westermann (DWE)" <daniel(dot)westermann(at)dbi-services(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Another small guc.c fix
Date: 2021-04-09 11:53:01
Message-ID: GV0P278MB0483490FEAC879DCA5ED583DD2739@GV0P278MB0483.CHEP278.PROD.OUTLOOK.COM
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

all "short_desc" end with a dot, except these:

- Prefetch referenced blocks during recovery
- Prefetch blocks that have full page images in the WAL

Attached patch adds a dot to these as well.

Regards
Daniel

Attachment Content-Type Size
guc.c.add-dots.patch text/x-patch 1.1 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2021-04-09 11:53:45 Re: pgsql: autovacuum: handle analyze for partitioned tables
Previous Message Bruce Momjian 2021-04-09 11:39:28 Re: [PATCH] force_parallel_mode and GUC categories