end a
vector result from fastpath function call?
2011/5/9 Tom Lane
> lee Richard writes:
> > I still can not see how it return a single return value to the client,
> and
> > why it call FunctionCall1() again when it want to send the result.
>
> pq_endmessage is where the by
the client, and
why it call FunctionCall1() again when it want to send the result.
Regards
Clipper
2011/5/8 Merlin Moncure
> On Sun, May 8, 2011 at 8:01 AM, lee Richard
> wrote:
> > Hi,
> >
> > I am reading the source code of fastpath to understand the internal of
Hi,
I am reading the source code of fastpath to understand the internal of
fastpath. I can not understand how does it send result to the client, I hope
somebody can help me on this.
I see it call it invoke the function in
HandleFunctionRequest()
-> retval = FunctionCallInvoke(&fcinfo);
-> Se