Re: Variable-length FunctionCallInfoData
Andres Freund <andres@anarazel.de>
From: Andres Freund <andres@anarazel.de>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Andrew Gierth <andrew@tao11.riddles.org.uk>, pgsql-hackers@postgresql.org
Date: 2019-01-27T02:32:53Z
Lists: pgsql-hackers
Hi, On 2019-01-25 12:51:02 -0800, Andres Freund wrote: > Updated patch attached. Besides the above changes, there's a fair bit > of comment changes, and I've implemented the necessary JIT changes. I pushed a further polished version of this. The buildfarm largely seems to have had no problem with it, but handfish failed: https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=handfish&dt=2019-01-26%2022%3A57%3A19 but I have no idea what the error is, nor whether it's related to this failure, because for reasons I do not understand, the stage message is effectively empty. Going to wait for another run before investing resources to debug... Regards, Andres
Commits
-
Change function call information to be variable length.
- a9c35cf85ca1 12.0 landed