Thread

Commits

Same data as JSON: GET /api/v1/messages/:b64id/commits the thread's linked commits as JSON, with link sources. API reference →
  1. Fix typo in ALTER SYSTEM output.

  1. (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
    
  2. 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
    
  3. 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
    
    
    
  4. 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