Re: [pgsql-hackers-win32] explain analyze timings

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [pgsql-hackers-win32] explain analyze timings
Дата
Msg-id 13968.1111357820@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [pgsql-hackers-win32] explain analyze timings  ("Magnus Hagander" <mha@sollentuna.net>)
Список pgsql-patches
"Magnus Hagander" <mha@sollentuna.net> writes:
> Here is a second attempt, hope it's closer to what you expected.

Better --- patch applied with some minor editorialization.

> I still left two #ifdefs in there, for the addition and subtraction of
> timeval:s specifically. They could be made functions/macros too, just
> not sure if it's worth it.

Probably not.  What bothers me more is the unconditional use of a
static inline function; but IIRC we are only supporting gcc-based builds
on Windows, so that probably isn't worth fixing either.

            regards, tom lane

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

Предыдущее
От: "Magnus Hagander"
Дата:
Сообщение: Re: [pgsql-hackers-win32] explain analyze timings
Следующее
От: Neil Conway
Дата:
Сообщение: Re: [patch 0/6] pgcrypto update