Release notes of 9.0~9.3 mentioning recovery_min_apply_delay incorrectly

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Release notes of 9.0~9.3 mentioning recovery_min_apply_delay incorrectly
Дата
Msg-id CAB7nPqQo+t41arMXQd+ycgOOamMc=ycKAGkEJSUzGhkdaZSHcA@mail.gmail.com
обсуждение исходный текст
Ответы Re: Release notes of 9.0~9.3 mentioning recovery_min_apply_delay incorrectly  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Hi all,

While doing a git grep on recovery_min_apply_delay I noticed the following:
$ git grep recovery_min_apply -- *release*.sgml
src/sgml/release-9.0.sgml:      that <varname>recovery_min_apply_delay</> failed to delay application
src/sgml/release-9.1.sgml:      that <varname>recovery_min_apply_delay</> failed to delay application
src/sgml/release-9.2.sgml:      that <varname>recovery_min_apply_delay</> failed to delay application
src/sgml/release-9.3.sgml:      that <varname>recovery_min_apply_delay</> failed to delay application
src/sgml/release-9.4.sgml:      Avoid busy-waiting with short <literal>recovery_min_apply_delay</>

This is obviously incorrect because recovery_min_apply_delay has been only introduced in 9.4. The culprit is visibly the commit message of 8049839 and others that mentioned the parameter, though the patch applied does nothing about it. Please see attached a patch to fix that.
Regards,
--
Michael
Вложения

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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: pg_dump LOCK TABLE ONLY question
Следующее
От: Amit Kapila
Дата:
Сообщение: Re: Some 9.5beta2 backend processes not terminating properly?