On Tue, Nov 21, 2017 at 8:24 PM, Martín Marqués <martin(at)2ndquadrant(dot)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