Re: pgsql: Use new overflow aware integer operations.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql: Use new overflow aware integer operations.
Дата
Msg-id 15638.1518647798@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pgsql: Use new overflow aware integer operations.  (Andres Freund <andres@anarazel.de>)
Ответы Re: pgsql: Use new overflow aware integer operations.
Список pgsql-committers
Andres Freund <andres@anarazel.de> writes:
>> Yea, that works for me. I wonder if we should choose an absurd sentinel
>> value to prevent code from relying on one? 0x0000beef or such. Unless
>> somebody protests soon-ish I'll make it so.

> Pushed that way (with 0x5EED as the value, seems more appropriate ;)).

LGTM, thanks!

> I can't convince any of my compilers to actual emit warnings in this
> case, so we'll have to see whether prairiedog like this...

Per my results yesterday, locust and coypu were also complaining;
one of them might come back quicker.

            regards, tom lane


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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: pgsql: Use new overflow aware integer operations.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Stabilize new plpgsql_record regression tests.