Andres Freund <andres(at)anarazel(dot)de> writes:
> In parse_fcall_arguments_20():
> we appear to constantly setting argnull to true for all arguments?
Uh, it looks to me like it does so only if the frontend sends a -1
length field, which is the protocol's convention for indicating a
null.
regards, tom lane