Re: [HACKERS] \x output blowing up

From: Martijn van Oosterhout <kleptog(at)svana(dot)org>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: [HACKERS] \x output blowing up
Date: 2005-09-27 17:54:44
Message-ID: 20050927175425.GE17593@svana.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

On Tue, Sep 27, 2005 at 12:32:14PM -0400, Bruce Momjian wrote:
> I redesigned format_numeric_locale() to return an allocated result,
> which removed this problem and simplified the code too.

Much better, I had that in my own tree but figured it wasn't "minimal"
enough for this stage of beta. It is, IMHO, the much better solution.

Thanks for the fix.
--
Martijn van Oosterhout <kleptog(at)svana(dot)org> http://svana.org/kleptog/
> Patent. n. Genius is 5% inspiration and 95% perspiration. A patent is a
> tool for doing 5% of the work and then sitting around waiting for someone
> else to do the other 95% so you can sue them.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2005-09-27 17:57:11 Re: Making pgxs builds work with a relocated installation
Previous Message Tom Lane 2005-09-27 17:51:03 Install pg_regress script to support PGXS?

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2005-09-27 22:46:55 Proposed patch for sequence-renaming problems
Previous Message Bruce Momjian 2005-09-27 16:32:14 Re: [HACKERS] \x output blowing up