Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> writes:
> Greg Sabino Mullane <greg(at)turnstep(dot)com> writes:
>> Looks like the box-array semicolon got changed to a comma at some point -
>> attached patch changes it back (\054 to \073)
> [ scratches head... ] I seem to have done that in rev 1.198, but I
> don't recall why. It's late here though ...
I think my reasoning was that all array types should have typdelim = ','
for consistency. It doesn't actually matter because nothing looks at
the value ... the element type's delimiter is what array_in/out use.
regards, tom lane