Re: explain analyze timings
- From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
- To: "Magnus Hagander" <mha(at)sollentuna(dot)net>
- Cc: pgsql-hackers-win32(at)postgresql(dot)org, "PostgreSQL-patches" <pgsql-patches(at)postgresql(dot)org>
- Subject: Re: explain analyze timings
- Date: Sun, 20 Mar 2005 17:30:20 -0500
- Message-id: <13968(dot)1111357820(at)sss(dot)pgh(dot)pa(dot)us>
"Magnus Hagander" <mha(at)sollentuna(dot)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
Home |
Main Index |
Thread Index