Re: [HACKERS] Bug in Physical Replication Slots (at least 9.5)?

Поиск
Список
Период
Сортировка
От Ryan Murphy
Тема Re: [HACKERS] Bug in Physical Replication Slots (at least 9.5)?
Дата
Msg-id 20170706150036.1381.32532.pgcf@coridan.postgresql.org
обсуждение исходный текст
Список pgsql-hackers
Poking this.  Looking back through the discussion, this issue has been reproduced by multiple people.  The patch still
appliesto HEAD without issues.  I have no experience with PostgreSQL replication, so I'm not qualified to really review
this. From what I can see with the patch, it's just a small block of code added to
/src/backend/replication/walreceiver.cto handle some edge case where the WAL file no longer exists or something.
 

I think one thing that would help move this forward is if we edited the patch to include a comment explaining why this
newcode is necessary.  There's lots of great discussion on this issue in the email list, so if a summary of that gets
intothe code I think it would make the patch easier to understand and make the new walreceiver.c less confusing. 

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

Предыдущее
От: Kaare Rasmussen
Дата:
Сообщение: [HACKERS] Rust bindings to pgtypes lib
Следующее
От: Petr Jelinek
Дата:
Сообщение: Re: [HACKERS] More race conditions in logical replication