Re: [HACKERS] construct_array() use with PQexec with binary data

2010-05-05 Thread Tom Lane
Kenneth Marshall writes: > 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

[HACKERS] construct_array() use with PQexec with binary data

2010-05-05 Thread Kenneth Marshall
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