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: 2005-03-20 17:42:58
Message-ID: 8032.1111340578@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers-win32 pgsql-patches

"Magnus Hagander" <mha(at)sollentuna(dot)net> writes:
> Here's a patch that does just this.

This seems about the ugliest and most intrusive way you could have
done it :-(. A judicious typedef and macro or two could eliminate
most of the #ifdefs and code duplication, thereby preserving
readability...

regards, tom lane

In response to

Browse pgsql-hackers-win32 by date

  From Date Subject
Next Message Andrew Dunstan 2005-03-20 18:23:58 Re: [pgsql-hackers-win32] snprintf causes regression tests
Previous Message Magnus Hagander 2005-03-20 16:02:35 Re: Half filled xlogs

Browse pgsql-patches by date

  From Date Subject
Next Message Andrew Dunstan 2005-03-20 18:23:58 Re: [pgsql-hackers-win32] snprintf causes regression tests
Previous Message John A Meinel 2005-03-20 16:01:39 Re: explain analyze timings