Re: Numeric 508 datatype - Mailing list pgsql-patches

From Tom Lane
Subject Re: Numeric 508 datatype
Date
Msg-id 8216.1133562418@sss.pgh.pa.us
Whole thread Raw
In response to Re: Numeric 508 datatype  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: Numeric 508 datatype  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-patches
Bruce Momjian <pgman@candle.pha.pa.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

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Numeric 508 datatype
Next
From: Bruce Momjian
Date:
Subject: Re: Numeric 508 datatype