Unable to find the details of bug fix in 9.6.x minor version.

Поиск
Список
Период
Сортировка
От Sameer Malve
Тема Unable to find the details of bug fix in 9.6.x minor version.
Дата
Msg-id CAEGp0dhsXpXWgkvXeCx=s=qu8bJeMd1keXvgZ-Bt-tzf4gHA7w@mail.gmail.com
обсуждение исходный текст
Ответы Re: Unable to find the details of bug fix in 9.6.x minor version.
Re: Unable to find the details of bug fix in 9.6.x minor version.
Список pgsql-general
Hi Team,

I am seeing in postgresql release notes that below bugs are fix in 9.6.x version but unable to find the details for about that bug .

Fixed in 9.6.11

Fix unexpected timeouts when using wal_sender_timeout on a slow server (Noah Misch) .

Fixed in 9.6.12

1. A new server parameter data_sync_retry has been added to control this; if you are certain that your kernel does not discard dirty data buffers in such scenarios, you can set data_sync_retry to on to restore the old behavior.
2. Fix logic for stopping a subset of WAL senders when synchronous replication is enabled
3. Make the archiver prioritize WAL history files over WAL data files while choosing which file to archive next

Fixed in 9.6.16

Ensure that temporary WAL and history files are removed at the end of archive recovery.

Avoid unwanted delay during shutdown of a logical replication walsender. 

Fixed in 9.6.17

Fix failure in logical replication publisher after a database crash and restart

Fixed in 9.6.18:

This can eliminate many attempts to fetch non-existent WAL files from archive storage, which is helpful if archive access is slow.

Regards,
Sameer Malve 

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

Предыдущее
От: Kyotaro Horiguchi
Дата:
Сообщение: Re: canceling statement due to conflict with recovery afterpg_basebackup
Следующее
От: Azul
Дата:
Сообщение: select count(id) on RDS replica causing high CPU load on RDS master