Re: Proposal for internal Numeric to Uint64 conversion function.

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Proposal for internal Numeric to Uint64 conversion function.
Дата
Msg-id 27eb25b4-aed3-b877-79a4-f940fc72ef6d@enterprisedb.com
обсуждение исходный текст
Ответ на Proposal for internal Numeric to Uint64 conversion function.  (Amul Sul <sulamul@gmail.com>)
Ответы Re: Proposal for internal Numeric to Uint64 conversion function.  (Amul Sul <sulamul@gmail.com>)
Список pgsql-hackers
On 16.02.22 06:00, Amul Sul wrote:
> Currently, numeric_pg_lsn is the only one that accepts the Numeric
> value and converts to uint64 and that is the reason all the type
> conversion code is embedded into it.

There are other functions such as numeric_int8() that work similarly. 
If you are going to refactor, then they should all be treated similarly. 
  I'm not sure if it's going to end up being beneficial.



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

Предыдущее
От: "osumi.takamichi@fujitsu.com"
Дата:
Сообщение: RE: Optionally automatically disable logical replication subscriptions on error
Следующее
От: Amit Kapila
Дата:
Сообщение: Re: Fix a comment in worker.c