Re: Add support for SRF and returning composites to pl/tcl
Pavel Stehule <pavel.stehule@gmail.com>
From: Pavel Stehule <pavel.stehule@gmail.com>
To: Jim Nasby <Jim.Nasby@bluetreble.com>
Cc: Pg Hackers <pgsql-hackers@postgresql.org>
Date: 2016-11-05T20:39:47Z
Lists: pgsql-hackers
Attachments
- pltcl_srf_composite2.diff (text/plain) patch
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 > >
Commits
-
Merge two copies of tuple-building code in pltcl.c.
- de5fed0d0c70 10.0 landed