Re: Abbreviated keys for Numeric

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Abbreviated keys for Numeric
Дата
Msg-id 5436.1428088118@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Abbreviated keys for Numeric  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
I wrote:
> FWIW, I think it's sensible to define NumericAbbrevGetDatum and the
> converse, but I'd suggest you just do it like
> #define NumericAbbrevGetDatum(X) Int64GetDatum(X)
> or
> #define NumericAbbrevGetDatum(X) Int32GetDatum(X)

Oh, scratch that, I'd failed to look at the upthread messages.
        regards, tom lane



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Abbreviated keys for Numeric
Следующее
От: Andrew Gierth
Дата:
Сообщение: Re: Abbreviated keys for Numeric