Remove extraneous break condition in logical slot advance function

Поиск
Список
Период
Сортировка
От Bharath Rupireddy
Тема Remove extraneous break condition in logical slot advance function
Дата
Msg-id CALj2ACWfGDLQ2cy7ZKwxnJqbDkO6Yvqqrqxne5ZN4HYm=PRTGg@mail.gmail.com
обсуждение исходный текст
Ответы Re: Remove extraneous break condition in logical slot advance function
Список pgsql-hackers
Hi,

There exists an extraneous break condition in
pg_logical_replication_slot_advance(). When the end of WAL or moveto
LSN is reached, the main while condition helps to exit the loop, so no
separate break condition is needed. Attached patch removes it.

Thoughts?

-- 
Bharath Rupireddy
PostgreSQL Contributors Team
RDS Open Source Databases
Amazon Web Services: https://aws.amazon.com

Вложения

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

Предыдущее
От: Erik Wienhold
Дата:
Сообщение: Re: Fix output of zero privileges in psql
Следующее
От: Noah Misch
Дата:
Сообщение: Re: post-recovery amcheck expectations