Re: Connection slots reserved for replication

Поиск
Список
Период
Сортировка
От Kevin Hale Boyes
Тема Re: Connection slots reserved for replication
Дата
Msg-id CADAecHVAD4=26KAx4nj5DBvxqqvJkuwsy+riiiNhQqwnZg2K8Q@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Connection slots reserved for replication  (Michael Paquier <michael@paquier.xyz>)
Ответы Re: Connection slots reserved for replication  (Michael Paquier <michael@paquier.xyz>)
Список pgsql-hackers
On Mon, 11 Feb 2019 at 18:39, Michael Paquier <michael@paquier.xyz> wrote:
And done.
 
Michael,
I think there's a small problem with the commit.
The position of xlrec.max_wal_senders (line 117) should be below max_worker_processes.

112         appendStringInfo(buf, "max_connections=%d max_worker_processes=%d "
113                          "max_wal_senders=%d max_prepared_xacts=%d "
114                          "max_locks_per_xact=%d wal_level=%s "
115                          "wal_log_hints=%s track_commit_timestamp=%s",
116                          xlrec.MaxConnections,
117                          xlrec.max_wal_senders,
118                          xlrec.max_worker_processes,
119                          xlrec.max_prepared_xacts,
120                          xlrec.max_locks_per_xact,
121                          wal_level_str,
122                          xlrec.wal_log_hints ? "on" : "off",
123                          xlrec.track_commit_timestamp ? "on" : "off");

Kevin.

 

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: monitoring CREATE INDEX [CONCURRENTLY]
Следующее
От: Thomas Munro
Дата:
Сообщение: Re: pg11.1: dsa_area could not attach to segment