Re: [HACKERS] getting carriage return character in vacuumo

2011-09-06 Thread Bruce Momjian
Martijn van Oosterhout wrote: -- Start of PGP signed section. > On Fri, Apr 08, 2011 at 02:10:56PM -0400, Tom Lane wrote: > > Muhammad Usama writes: > > > While using the vacuumlo utility I encountered a redundant carriage > > > return(\r') character in the output. It is required in any scenario?

Re: [HACKERS] getting carriage return character in vacuumo

2011-04-09 Thread Martijn van Oosterhout
On Fri, Apr 08, 2011 at 02:10:56PM -0400, Tom Lane wrote: > Muhammad Usama 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 th

Re: [HACKERS] getting carriage return character in vacuumo

2011-04-08 Thread Tom Lane
Muhammad Usama 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

[HACKERS] getting carriage return character in vacuumo

2011-04-08 Thread Muhammad Usama
Hi, 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. Regards, Usama carriage_return_in_vacuumlo.patch Description: B