Re: Variable-length FunctionCallInfoData
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Andres Freund <andres@anarazel.de>
Cc: Andrew Gierth <andrew@tao11.riddles.org.uk>, pgsql-hackers@postgresql.org,
Andrew Dunstan <andrew@dunslane.net>
Date: 2019-01-27T02:46:50Z
Lists: pgsql-hackers
Andres Freund <andres@anarazel.de> writes: > 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. Yeah, we've been seeing random failures with empty stage logs on multiple machines. I suspect something weird with the buildfarm client script, but no idea what. regards, tom lane
Commits
-
Change function call information to be variable length.
- a9c35cf85ca1 12.0 landed