Thread: Another small guc.c fix

Another small guc.c fix

From
"Daniel Westermann (DWE)"
Date:
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

Re: Another small guc.c fix

From
Thomas Munro
Date:
On Fri, Apr 9, 2021 at 11:53 PM Daniel Westermann (DWE)
<daniel.westermann@dbi-services.com> wrote:
> all "short_desc" end with a dot, except these:
>
> - Prefetch referenced blocks during recovery
> - Prefetch blocks that have full page images in the WAL

Pushed, thanks.