Another small guc.c fix
Daniel Westermann (DWE) <daniel.westermann@dbi-services.com>
From: "Daniel Westermann (DWE)" <daniel.westermann@dbi-services.com>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2021-04-09T11:53:01Z
Lists: pgsql-hackers
Attachments
- guc.c.add-dots.patch (text/x-patch) patch
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
Commits
-
Make new GUC short descriptions more consistent.
- 846d35b2dc1b 14.0 landed