Re: [PATCH] Fix possible underflow in expression (maxoff - 1)

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема Re: [PATCH] Fix possible underflow in expression (maxoff - 1)
Дата
Msg-id CAH2-WzmgLfXSa1sX5dHDKM+JEg=qSmqLKqF8U2DrdqMZuaM2RA@mail.gmail.com
обсуждение исходный текст
Ответ на RE: [PATCH] Fix possible underflow in expression (maxoff - 1)  (Ranier Vilela <ranier_gyn@hotmail.com>)
Список pgsql-hackers
On Sun, Nov 24, 2019 at 12:02 PM Ranier Vilela <ranier_gyn@hotmail.com> wrote:
> I've been programming in C for a long time, and I'm getting better every day, I believe.
> I'll arrive there.

If you don't understand the *specific* C code in question, you're
unlikely to successfully diagnose a problem with the C code.
Regardless of your general ability as a C programmer. It is necessary
to understand the data structures in question, and how they're used
and expected to work. Their invariants.

> >I strongly suggest confining all of this to a single thread, and
> >stating your reasoning upfront.
> I don't know what that means.

Instead of starting new email threads for each issue, confine the
entire discussion to just one thread. This makes the discussion much
more manageable for everyone else. This is a high traffic mailing
list.

-- 
Peter Geoghegan



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

Предыдущее
От: Ranier Vilela
Дата:
Сообщение: RE: [PATCH] Fix possible underflow in expression (maxoff - 1)
Следующее
От: Thomas Munro
Дата:
Сообщение: Re: Minor white space typo in documentation