Re: [patch]overallocate memory for curly braces in array_out

2018-10-09 Thread Keiichi Hirobe
Sorry, I did not notice that you had already pushed it. Thank you for quick action. Cheers, Keiichi Hirobe 2018年9月28日(金) 9:23 Tom Lane : > Keiichi Hirobe writes: > > I am not sure whether to fix another bug, but I fixed and I attached a > new > > patch, > > please ch

Re: [patch]overallocate memory for curly braces in array_out

2018-09-26 Thread Keiichi Hirobe
select '[3:4][2:4]={{1,2,3},{4,5,6}}'::_int4; (needdims case) select ARRAY['a"bc','def']; (needquote case) Cheers, Keiichi Hirobe 2018年9月24日(月) 23:46 Tom Lane : > Keiichi Hirobe writes: > > Attached is a patch that fixes a bug > > for

[patch]overallocate memory for curly braces in array_out

2018-09-23 Thread Keiichi Hirobe
ray -> dims[0] = N - Without the patch N - After 1 I used gdb to confirm the above behavior. Cheers, Keiichi Hirobe array_out_bugfix.patch Description: Binary data