Thread

Commits

  1. Improve format of code and some error messages in pg_checksums

  1. Lack of new line between IF statements

    Fabrízio de Royes Mello <fabriziomello@gmail.com> — 2019-03-23T11:54:26Z

    Hi all,
    
    The attached patch just a very minor adjustment to
    src/bin/pg_checksums/pg_checksums.c to add new line between some IF
    statements.
    
    Regards,
    
    -- 
       Fabrízio de Royes Mello         Timbira - http://www.timbira.com.br/
       PostgreSQL: Consultoria, Desenvolvimento, Suporte 24x7 e Treinamento
    
  2. Re: Lack of new line between IF statements

    Michael Paquier <michael@paquier.xyz> — 2019-03-23T13:02:42Z

    On Sat, Mar 23, 2019 at 08:54:26AM -0300, Fabrízio de Royes Mello wrote:
    > The attached patch just a very minor adjustment to
    > src/bin/pg_checksums/pg_checksums.c to add new line between some IF
    > statements.
    
    Thanks.  This makes the code more consistent with the surroundings, so
    done.  At the same time I have improved the error messages in the
    area as they should not have a period.
    --
    Michael