Re: Numeric 508 datatype

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Numeric 508 datatype
Дата
Msg-id 8915.1133566681@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Numeric 508 datatype  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: Numeric 508 datatype  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> Yep, I am digging through snprintf.c now to try find a solution.

The cleanest solution is probably to fix things so that dopr_outch is
aware of whether it's working for sprintf or fprintf, and can dump the
buffer directly to the file when it gets full in the fprintf case.
Its existing API would need to be changed a bit ... maybe pass it a
struct containing what it needs, instead of having all the layers of
code know what to pass.

            regards, tom lane

В списке pgsql-patches по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Numeric 508 datatype
Следующее
От: Atsushi Ogawa
Дата:
Сообщение: Re: Allow an alias for the target table in UPDATE/DELETE