Outdated replication protocol error?

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема Outdated replication protocol error?
Дата
Msg-id de4bbf05b7cd94227841c433ea6ff71d2130c713.camel@j-davis.com
обсуждение исходный текст
Ответы Re: Outdated replication protocol error?  (Fujii Masao <masao.fujii@oss.nttdata.com>)
Список pgsql-hackers
Commit 5ee2197767 (about 4 years old) introduced the error:

  "IDENTIFY_SYSTEM has not been run before START_REPLICATION"

But it seems like running START_REPLICATION first works (at least in
the simple case).

We should either:

1. Document that IDENTIFY_SYSTEM must always be run before
START_REPLICATION, and always issue a WARNING if that's not done (an
ERROR might break existing applications); or

2. If the commit is out of date and no longer needed, or if it's easy
enough to fix, just remove the error (and Assert a valid
ThisTimeLineID).

Regards,
    Jeff Davis






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

Предыдущее
От: Daniel Gustafsson
Дата:
Сообщение: Re: Online checksums patch - once again
Следующее
От: Masahiko Sawada
Дата:
Сообщение: Re: Key management with tests