Re: Numeric 508 datatype

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Michael Fuhr <mike(at)fuhr(dot)org>, Alvaro Herrera <alvherre(at)commandprompt(dot)com>, Simon Riggs <simon(at)2ndquadrant(dot)com>, pgsql-patches(at)postgresql(dot)org
Subject: Re: Numeric 508 datatype
Date: 2005-12-02 22:26:58
Message-ID: 8216.1133562418@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers pgsql-patches

Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> Tom Lane wrote:
>> Uh, how is control getting to snprintf? I don't see that used either
>> in numeric.c or in printtup.c.

> I am seeing it in the standalone backend here:

> debugtup (slot=0x856e0b0, self=0x84306d0) at printtup.c:548
> 548 printatt((unsigned) i + 1, typeinfo->attrs[i], value);

That would only affect a standalone backend, however, not normal
operation.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2005-12-02 22:29:59 Re: Numeric 508 datatype
Previous Message Bruce Momjian 2005-12-02 22:23:53 Re: Numeric 508 datatype

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2005-12-02 22:29:59 Re: Numeric 508 datatype
Previous Message Bruce Momjian 2005-12-02 22:23:53 Re: Numeric 508 datatype

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2005-12-02 22:29:59 Re: Numeric 508 datatype
Previous Message Bruce Momjian 2005-12-02 22:23:53 Re: Numeric 508 datatype