(spelling) Ensure header of postgresql.auto.conf is consistent
Feike Steenbergen <feikesteenbergen@gmail.com>
From: Feike Steenbergen <feikesteenbergen@gmail.com>
To: PostgreSQL mailing lists <pgsql-hackers@postgresql.org>
Date: 2017-11-09T08:14:56Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Fix typo in ALTER SYSTEM output.
- b2ad6f9e2614 9.4.16 landed
- 1da48a9a6b9d 9.5.11 landed
- 3c966ce65317 9.6.7 landed
- 4384f8a51b8b 10.2 landed
- 6c3a7ba5bb0f 11.0 landed
Attachments
- 0001-Make-header-of-postgresql.conf.auto-consistent.patch (application/octet-stream) patch 0001
Attached a patch that ensures the header of postgresql.auto.conf is consistent, whether created by initdb or recreated when ALTER SYSTEM is issued. The tiny difference caused some false-positives on our configuration management identifying changes, which was enough of an itch for me to scratch. regards, Feike Steenbergen