On Tue, Nov 21, 2017 at 8:24 PM, Martín Marqués <mar...@2ndquadrant.com> wrote: > Thank you very much for reviewing the patch and for your valuable > input (you made me read the Microsoft Visual C specs ;))
+ if (!isatty(fileno(stderr))) + fprintf(stderr, "\n"); + else + fprintf(stderr, "\r"); Er, why is that not "\r\n"? I have moved this patch to next CF. Congrats for being the last one. -- Michael