On 2019-Mar-07, Michael Paquier wrote:

>  #else
> -     close(fd);
> +     if (close(fd))
> +     {
> +             fprintf(stderr, _("%s: could not close file \"%s\": %s"),
> +                             progname, ControlFilePath, strerror(errno));
> +             exit(EXIT_FAILURE);
> +     }
>  #endif

I think this one needs a terminating \n.

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Reply via email to