I wrote: > I got the code to a state that I liked (attached), and started reviewing > the docs, and then it occurred to me to wonder why you'd chosen to use > Tcl lists to represent composite output values. The precedent established > by input argument handling is that composites are transformed to Tcl > arrays. So shouldn't we use an array to represent a composite result, > too?
After further nosing around I see that the return-a-tuple-as-a-list concept is already embedded in pltcl_trigger_handler. So the inconsistency is already there, and it's not necessarily this patch's job to fix it. Still seems like we might want to allow using an array directly rather than insisting on conversion to a list, but that's a task for a separate patch. We should, however, make some attempt to ensure that the list-to-tuple conversion semantics are the same in both cases. In particular I notice some undocumented behavior around a magic ".tupno" element. Will see about cleaning that up. regards, tom lane -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers