Re: patch: function xmltable - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: patch: function xmltable
Date
Msg-id 20161121181221.d2veeltaaejutzxt@alvherre.pgsql
Whole thread Raw
In response to Re: patch: function xmltable  (Pavel Stehule <pavel.stehule@gmail.com>)
Responses Re: patch: function xmltable  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Something I just noticed is that transformTableExpr takes a TableExpr
node and returns another TableExpr node.  That's unlike what we do in
other places, where the node returned is of a different type than the
input node.  I'm not real clear what happens if you try to re-transform
a node that was already transformed, but it seems worth thinking about.

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: postgres_fdw : altering foreign table not invalidating prepare statement execution plan.
Next
From: "K S, Sandhya (Nokia - IN/Bangalore)"
Date:
Subject: Re: Postgres abort found in 9.3.11