Another small guc.c fix - Mailing list pgsql-hackers

From Daniel Westermann (DWE)
Subject Another small guc.c fix
Date
Msg-id GV0P278MB0483490FEAC879DCA5ED583DD2739@GV0P278MB0483.CHEP278.PROD.OUTLOOK.COM
Whole thread Raw
Responses Re: Another small guc.c fix  (Thomas Munro <thomas.munro@gmail.com>)
List 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

pgsql-hackers by date:

Previous
From: Bharath Rupireddy
Date:
Subject: Re: Simplify backend terminate and wait logic in postgres_fdw test
Next
From: Tom Lane
Date:
Subject: Re: pgsql: autovacuum: handle analyze for partitioned tables