Patch for reserved connections for replication users

Поиск
Список
Период
Сортировка
От Gibheer
Тема Patch for reserved connections for replication users
Дата
Msg-id 20130711193143.2376b0c2@linse.fritz.box
обсуждение исходный текст
Ответы Re: Patch for reserved connections for replication users  (Gibheer <gibheer@zero-knowledge.org>)
Список pgsql-hackers
Hi,

this patch introduces a new configuration flag
replication_reserved_connections to reserve connection slots for
replication in the same way superuser_reserved_connections works for
superusers.

This helps in cases where the application opens connections until
max_connections is reached. A slave would not be able to connect to the
master now and would just be down. With this patch the slave is able to
connect.

This option does not influence the superuser_reserved_connections, so
new slaves are not able to open new connections when the reserved
replication slots are filled.

The only thing this patch is missing are tests. Where should I put them
into the source tree?

thank you,

Stefan Radomski
Вложения

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

Предыдущее
От: Greg Stark
Дата:
Сообщение: Re: patch submission: truncate trailing nulls from heap rows to reduce the size of the null bitmap [Review]
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: [PATCH] big test separation POC