construct_array() use with PQexec with binary data

From: Kenneth Marshall <ktm(at)rice(dot)edu>
To: pgsql-hackers(at)postgresql(dot)org
Subject: construct_array() use with PQexec with binary data
Date: 2010-05-06 00:51:17
Message-ID: 20100506005117.GA19009@aart.is.rice.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2010-05-06 00:58:56 Re: construct_array() use with PQexec with binary data
Previous Message Tom Lane 2010-05-06 00:36:37 Re: max_standby_delay considered harmful