Heikki Linnakangas <hlinn...@iki.fi> writes: > Good point. Pushed a patch along those lines.
Uh ... you patched v12 but not v13? Also, I'd recommend that you NOT do this: + fprintf(stderr, (!finished && isatty(fileno(stderr))) ? "\r" : "\n"); as it breaks printf format verification in many/most compilers. regards, tom lane