construct_array() use with PQexec with binary data - Mailing list pgsql-hackers

From Kenneth Marshall
Subject construct_array() use with PQexec with binary data
Date
Msg-id 20100506005117.GA19009@aart.is.rice.edu
Whole thread Raw
Responses Re: construct_array() use with PQexec with binary data
List pgsql-hackers
Dear PostgreSQL development community,

I am working on adapting a regular PQexec() call to use binary
transmission of the parameters. One of the parameters is an
array of BIGINT. Looking in include/utils/array.h, it appears
that construct_array() will do exactly what I need to get an
array to pass in with the PQexec() call. Is there a library
that includes that functionality? Or do I need to cobble it
together from the various pieces of code? Thank you for any
help.

Regards,
Ken


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: max_standby_delay considered harmful
Next
From: Tom Lane
Date:
Subject: Re: construct_array() use with PQexec with binary data