Re: Unnecessary global variable declared in xlog.c

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: Unnecessary global variable declared in xlog.c
Дата
Msg-id YZNL1tRJghTKqOGB@paquier.xyz
обсуждение исходный текст
Ответ на Unnecessary global variable declared in xlog.c  (Amul Sul <sulamul@gmail.com>)
Ответы Re: Unnecessary global variable declared in xlog.c  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Tue, Nov 16, 2021 at 11:17:27AM +0530, Amul Sul wrote:
> The attached patch moves the "LastRec" variable declaration inside
> StartupXLOG() where it is supposed to be.

Yes, reading through the code, your suggestion makes sense.  I'll
double-check and apply if there are no objections.
--
Michael

Вложения

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

Предыдущее
От: Masahiko Sawada
Дата:
Сообщение: Re: parallel vacuum comments
Следующее
От: Masahiko Sawada
Дата:
Сообщение: Re: Skipping logical replication transactions on subscriber side