Re: pg_type.h regression?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Greg Sabino Mullane <greg(at)turnstep(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: pg_type.h regression?
Date: 2008-09-23 12:14:58
Message-ID: 25160.1222172098@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2008-09-23 12:16:34 Re: hash index improving v3
Previous Message Heikki Linnakangas 2008-09-23 11:26:32 Re: WIP patch: Collation support