Re: Another small guc.c fix

2021-04-09 Thread Thomas Munro
On Fri, Apr 9, 2021 at 11:53 PM Daniel Westermann (DWE) 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.

Another small guc.c fix

2021-04-09 Thread Daniel Westermann (DWE)
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 Danieldiff --git a/src/backend/utils/misc/guc.c b/src/backend/utils/misc/guc.c index 46f1d6