Re: droped out precise time calculations in src/interfaces/libpq/fe-connect.c

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: droped out precise time calculations in src/interfaces/libpq/fe-connect.c
Дата
Msg-id 16915.1034701685@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: droped out precise time calculations in src/interfaces/libpq/fe-connect.c  (Joe Conway <mail@joeconway.com>)
Ответы Re: droped out precise time calculations in src/interfaces/libpq/fe-connect.c  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
Joe Conway <mail@joeconway.com> writes:
> The thing was that with the extra +1, I was repeatedly getting a wall-clock 
> time of 2 seconds with a timeout set to 1 second. It seemed odd to have my 1 
> second timeout automatically turned into 2 seconds every time.

That is odd; seems like you should get between 1 and 2 seconds.  How
were you measuring the delay, exactly?
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Current CVS - something broken in contrib
Следующее
От: Jan Wieck
Дата:
Сообщение: Re: orderRules() now a bad idea?