Thread
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
-
(spelling) Ensure header of postgresql.auto.conf is consistent
Feike Steenbergen <feikesteenbergen@gmail.com> — 2017-11-09T08:14:56Z
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
-
Re: (spelling) Ensure header of postgresql.auto.conf is consistent
Fabrízio de Royes Mello <fabriziomello@gmail.com> — 2017-11-09T09:25:15Z
Em qui, 9 de nov de 2017 às 06:15, Feike Steenbergen < feikesteenbergen@gmail.com> escreveu: > 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. > Interesting... IMHO this typo should be backpatched to 9.4 when ALTER SYSTEM was introduced. Regards, -- Fabrízio de Royes Mello Consultoria/Coaching PostgreSQL >> Timbira: http://www.timbira.com.br >> Blog: http://fabriziomello.github.io >> Linkedin: http://br.linkedin.com/in/fabriziomello >> Twitter: http://twitter.com/fabriziomello >> Github: http://github.com/fabriziomello
-
Re: (spelling) Ensure header of postgresql.auto.conf is consistent
Michael Paquier <michael.paquier@gmail.com> — 2017-11-09T09:58:36Z
On Thu, Nov 9, 2017 at 6:25 PM, Fabrízio de Royes Mello <fabriziomello@gmail.com> wrote: > Interesting... IMHO this typo should be backpatched to 9.4 when ALTER SYSTEM > was introduced. Yeah, that's harmless. -- Michael
-
Re: (spelling) Ensure header of postgresql.auto.conf is consistent
Tom Lane <tgl@sss.pgh.pa.us> — 2017-11-09T16:58:44Z
=?UTF-8?Q?Fabr=C3=ADzio_de_Royes_Mello?= <fabriziomello@gmail.com> writes: > Em qui, 9 de nov de 2017 às 06:15, Feike Steenbergen < > feikesteenbergen@gmail.com> escreveu: >> Attached a patch that ensures the header of postgresql.auto.conf is >> consistent, whether created by initdb or recreated when ALTER SYSTEM >> is issued. > Interesting... IMHO this typo should be backpatched to 9.4 when ALTER > SYSTEM was introduced. Agreed, and done. regards, tom lane