Re: Non-decimal integer literals

Поиск
Список
Период
Сортировка
От Junwang Zhao
Тема Re: Non-decimal integer literals
Дата
Msg-id CAEG8a3KKRUm2LV6EZqz-8rdkPSZuUUg_JZw8Jt2AZM+eHx0fFQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Non-decimal integer literals  (Peter Eisentraut <peter.eisentraut@enterprisedb.com>)
Список pgsql-hackers
On Tue, Oct 11, 2022 at 4:59 PM Peter Eisentraut
<peter.eisentraut@enterprisedb.com> wrote:
>
> On 11.10.22 05:29, Junwang Zhao wrote:
> > What do you think if we move these code into a static inline function? like:
> >
> > static inline char*
> > process_digits(char *ptr, int32 *result)
> > {
> > ...
> > }
>
> How would you handle the different ways each branch checks for valid
> digits and computes the value of each digit?
>

Didn't notice that, sorry for the noise ;(


-- 
Regards
Junwang Zhao



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

Предыдущее
От: hubert depesz lubaczewski
Дата:
Сообщение: Re: Is there any plan to support online schem change in postgresql?
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: create subscription - improved warning message