Re: wal_sender_timeout default

Поиск
Список
Период
Сортировка
От David G. Johnston
Тема Re: wal_sender_timeout default
Дата
Msg-id CAKFQuwYYkVO+E3UuEc_16Rtd61He1ueYQ+xp5kXbf+sai3TWEA@mail.gmail.com
обсуждение исходный текст
Ответ на wal_sender_timeout default  (Jasen Lentz <jlentz@sescollc.com>)
Список pgsql-general
On Thu, May 7, 2020 at 8:56 AM Jasen Lentz <jlentz@sescollc.com> wrote:

In Postgres 11.6-2, what is the default timeout for wal_sender_timeout if it is commented out?

 


The same value you would get if you uncommented the commented out setting...

Also the value you would get by querying the database while the setting is commented out (assuming it isn't being set elsewhere).

show wal_sender_timeout;
select * from pg_settings where name = 'wal_sender_timeout';

Its also the value that the documentation says is the default value.


David J.

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

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: wal_sender_timeout default
Следующее
От: Michael Lewis
Дата:
Сообщение: Re: Abnormal Growth of Index Size - Index Size 3x large than table size.