Re: wal_sender_timeout / wal_receiver_timeout - seconds ormilliseconds?

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: wal_sender_timeout / wal_receiver_timeout - seconds ormilliseconds?
Дата
Msg-id 20191105042716.GH16867@paquier.xyz
обсуждение исходный текст
Ответ на Re: wal_sender_timeout / wal_receiver_timeout - seconds ormilliseconds?  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: wal_sender_timeout / wal_receiver_timeout - seconds ormilliseconds?  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-docs
On Mon, Nov 04, 2019 at 09:52:34PM -0500, Bruce Momjian wrote:
> The default _value_ is 60 seconds, and we use the 's' to specify
> seconds.  What the comment is saying is that if you _don't_ specify any
> units, the integer is in milliseconds.  I am not sure how to improve
> that.

I do have a suggestion as per the attached, say:
+#wal_sender_timeout = 60s      # in milliseconds if no unit specified;
+                               # 0 disables
--
Michael

Вложения

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: wal_sender_timeout / wal_receiver_timeout - seconds ormilliseconds?
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: wal_sender_timeout / wal_receiver_timeout - seconds ormilliseconds?