Re: pg_type.h regression? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: pg_type.h regression?
Date
Msg-id 25160.1222172098@sss.pgh.pa.us
Whole thread Raw
In response to Re: pg_type.h regression?  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: pg_type.h regression?  ("Greg Sabino Mullane" <greg@turnstep.com>)
List pgsql-hackers
Tom Lane <tgl@sss.pgh.pa.us> writes:
> Greg Sabino Mullane <greg@turnstep.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


pgsql-hackers by date:

Previous
From: Gregory Stark
Date:
Subject: Re: Initial prefetch performance testing
Next
From: Bruce Momjian
Date:
Subject: Re: Proposed patch: make SQL interval-literal syntax work per spec