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

From Pavel Stehule
Subject Re: patch: function xmltable
Date
Msg-id CAFj8pRBE_+LrxFcVBdXhv0J27vix2U4Q=HgpCy0q3xUyuxjHMQ@mail.gmail.com
Whole thread Raw
In response to Re: patch: function xmltable  (Pavel Stehule <pavel.stehule@gmail.com>)
Responses Re: patch: function xmltable  (Craig Ringer <craig@2ndquadrant.com>)
List pgsql-hackers


2016-09-09 10:35 GMT+02:00 Pavel Stehule <pavel.stehule@gmail.com>:
Hi,

I am sending new version of this patch

1. now generic TableExpr is better separated from a real content generation
2. I removed cached typmod - using row type cache everywhere - it is consistent with other few places in Pg where dynamic types are used - the result tupdesc is generated few times more - but it is not on critical path.
3. More comments, few more lines in doc.
4. Reformated by pgindent

new update

more regress tests

Regards

Pavel
 

Regards

Pavel



Attachment

pgsql-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: ICU integration
Next
From: Михаил Бахтерев
Date:
Subject: Re: GiST penalty functions [PoC]