Thread
Commits
-
Make new GUC short descriptions more consistent.
- 846d35b2dc1b 14.0 landed
-
Another small guc.c fix
Daniel Westermann (DWE) <daniel.westermann@dbi-services.com> — 2021-04-09T11:53:01Z
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
-
Re: Another small guc.c fix
Thomas Munro <thomas.munro@gmail.com> — 2021-04-09T20:44:17Z
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.