Re: pgsql: xlog.c: Remove global variables ReadRecPtr and EndRecPtr.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql: xlog.c: Remove global variables ReadRecPtr and EndRecPtr.
Дата
Msg-id 359621.1637899369@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pgsql: xlog.c: Remove global variables ReadRecPtr and EndRecPtr.  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: pgsql: xlog.c: Remove global variables ReadRecPtr and EndRecPtr.  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-committers
Robert Haas <robertmhaas@gmail.com> writes:
> On Wed, Nov 24, 2021 at 8:01 PM Andres Freund <andres@anarazel.de> wrote:
>> Pushed the obvious fix for that. Somehow thought I'd seen more compile failure
>> than the one WAL_DEBUG...

> Hmm, thanks. I guess i put too much trust in the compiler.

My approach to such patches is always "in grep we trust, all others
pay cash".  Even without #ifdef issues, you are highly likely to
miss comments that need to be updated.

            regards, tom lane



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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: pgsql: xlog.c: Remove global variables ReadRecPtr and EndRecPtr.
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Update comments