Re: remaining sql/json patches

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: remaining sql/json patches
Дата
Msg-id d506638e-3f5d-df45-7f11-ac797037253c@eisentraut.org
обсуждение исходный текст
Ответ на Re: remaining sql/json patches  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Ответы Re: remaining sql/json patches
Список pgsql-hackers
On 06.09.23 17:01, Alvaro Herrera wrote:
> Assert()ing that a pointer is not null, and in the next line
> dereferencing that pointer, is useless: the process would crash anyway
> at the time of dereference, so the Assert() adds no value.  Better to
> leave the assert out.

I don't think this is quite correct.  If you dereference a pointer, the 
compiler may assume that it is not null and rearrange code accordingly. 
So it might not crash.  Keeping the assertion would alter that assumption.




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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: proposal: psql: show current user in prompt
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: psql - pager support - using invisible chars for signalling end of report