Re: Add support for SRF and returning composites to pl/tcl - Mailing list pgsql-hackers

From Pavel Stehule
Subject Re: Add support for SRF and returning composites to pl/tcl
Date
Msg-id CAFj8pRBetRPrs7gu9r303Epx1NMJZ9VUgVLnRDk7yU4CV4bGsg@mail.gmail.com
Whole thread Raw
In response to Add support for SRF and returning composites to pl/tcl  (Jim Nasby <Jim.Nasby@BlueTreble.com>)
List pgsql-hackers
Hi

I checked this code, and it looks well

0.  there are not any reason why we would not to implement this feature - more, the implementation is simple.

1. there was not problem with patching, compilation
2. the original patch is missing new expected result for regress tests, fixed in attached patch
3. all regress tests passed
4. the tests and docs is enough for this purpose

I'll mark this patch as ready for commit

Regards

Pavel



2016-10-13 0:06 GMT+02:00 Jim Nasby <Jim.Nasby@bluetreble.com>:
Attached is a patch that adds support for SRFs and returning composites from pl/tcl. This work was sponsored by Flight Aware.
--
Jim Nasby, Data Architect, Blue Treble Consulting, Austin TX
Experts in Analytics, Data Architecture and PostgreSQL
Data in Trouble? Get it in Treble! http://BlueTreble.com
855-TREBLE2 (855-873-2532)   mobile: 512-569-9461


--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers


Attachment

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Mention column name in error messages
Next
From: Tom Lane
Date:
Subject: Re: Add support for SRF and returning composites to pl/tcl