Thanks Michael.
On Tue, May 6, 2014 at 5:01 PM, Michael Meskes wrote:
> > PFA patch ecpg_char_ptr_arr.patch to fix this issue. It has changes as
> > follows
> > ...
>
> Thanks for finding and fixing the problem. Patch applied to complete 9
> series with only a minor change.
>
> Michael
> --
> M
> PFA patch ecpg_char_ptr_arr.patch to fix this issue. It has changes as
> follows
> ...
Thanks for finding and fixing the problem. Patch applied to complete 9 series
with only a minor change.
Michael
--
Michael Meskes
Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
Michael
Let me bring the bug fix again to the surface. Is anybody looking at this
fix?
On Tue, Apr 29, 2014 at 2:25 PM, Ashutosh Bapat <
ashutosh.ba...@enterprisedb.com> wrote:
> Hi,
> When array of char * is used as target for the FETCH statement returning
> more than one row, it tries to store all the
Hi,
When array of char * is used as target for the FETCH statement returning
more than one row, it tries to store all the result in the first element.
PFA test_char_select.pgc, which fetches first 3 relnames from pg_class
ordered by relname. The program prints following result
steps to compile and