Re: psql \watch 2nd argument: iteration count

Поиск
Список
Период
Сортировка
От Nathan Bossart
Тема Re: psql \watch 2nd argument: iteration count
Дата
Msg-id 20230315042348.GB596995@nathanxps13
обсуждение исходный текст
Ответ на Re: psql \watch 2nd argument: iteration count  (Michael Paquier <michael@paquier.xyz>)
Ответы Re: psql \watch 2nd argument: iteration count  (Michael Paquier <michael@paquier.xyz>)
Список pgsql-hackers
+            sleep = strtod(opt, &opt_end);
+            if (sleep < 0 || *opt_end || errno == ERANGE)

Should we set errno to 0 before calling strtod()?

-- 
Nathan Bossart
Amazon Web Services: https://aws.amazon.com



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

Предыдущее
От: Nathan Bossart
Дата:
Сообщение: Re: recovery modules
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: Fix fseek() detection of unseekable files on WIN32