Re: explain root element for auto-explain

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: explain root element for auto-explain
Date: 2009-08-18 00:37:04
Message-ID: 4A89F7B0.8010503@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom Lane wrote:
> Andrew Dunstan <andrew(at)dunslane(dot)net> writes:
>
>> One thing I definitely think we should do is to put the namespace URL in
>> a header file. Think of it as being a bit like the catversion.
>> Hardcoding it in explain.c doesn't seem like a good idea.
>>
>
> Well, it could at least be a #define, but what's the point of exposing
> it in a header file --- what other code will use that file?
>
>
>

Good point. None right now I guess. But certainly a #define.

cheers

andrew

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Marc G. Fournier 2009-08-18 00:37:14 Re: Road to alpha1
Previous Message Tom Lane 2009-08-18 00:26:13 Re: explain root element for auto-explain