Re: Direct XML interfaces to optimizer and even executor? - Mailing list pgsql-interfaces

From Tom Lane
Subject Re: Direct XML interfaces to optimizer and even executor?
Date
Msg-id 8344.1022798291@sss.pgh.pa.us
Whole thread Raw
In response to Direct XML interfaces to optimizer and even executor?  (Gunther Schadow <gunther@aurora.regenstrief.org>)
List pgsql-interfaces
Gunther Schadow <gunther@aurora.regenstrief.org> writes:
> - Sending a parse tree in XML for processing by the optimizer.
> - Sending an execution plan in XML directly to the executor.

Supporting this would imply freezing our internal representations of
parse and plan trees (maybe we could move some bits around a little,
but we couldn't make large changes without breaking the XML API).
Like Alex, I don't see any gain that's likely to be worth that price;
especially not when there are so many things I'm unhappy about in both
representations.  There are TODO items to revamp both representations
in major ways.
        regards, tom lane


pgsql-interfaces by date:

Previous
From: alex@pilosoft.com
Date:
Subject: Re: Direct XML interfaces to optimizer and even executor?
Next
From: Gunther Schadow
Date:
Subject: Re: Direct XML interfaces to optimizer and even executor?