Re: Old protocol fastpath calls borked? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Old protocol fastpath calls borked?
Date
Msg-id 3282.1548367472@sss.pgh.pa.us
Whole thread Raw
In response to Old protocol fastpath calls borked?  (Andres Freund <andres@anarazel.de>)
Responses Re: Old protocol fastpath calls borked?  (Andres Freund <andres@anarazel.de>)
List pgsql-hackers
Andres Freund <andres@anarazel.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


pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Old protocol fastpath calls borked?
Next
From: Tom Lane
Date:
Subject: Re: proposal - plpgsql unique statement id