Re: getting carriage return character in vacuumo
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Muhammad Usama <m.usama@gmail.com>
Cc: pgsql-hackers@postgresql.org
Date: 2011-04-08T18:10:56Z
Lists: pgsql-hackers
Muhammad Usama <m.usama@gmail.com> writes: > While using the vacuumlo utility I encountered a redundant carriage > return(\r') character in the output. It is required in any scenario? If not, > please find attached a tiny patch which will get rid of that extra '\r' > character. I think the idea there is to overwrite successive progress messages on the same line. It's maybe not going to work in all environments, though, so perhaps we should reconsider that bit of cuteness. regards, tom lane