Re: pg_type.h regression?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pg_type.h regression?
Дата
Msg-id 25160.1222172098@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pg_type.h regression?  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: pg_type.h regression?
Список 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 по дате отправления:

Предыдущее
От: Gregory Stark
Дата:
Сообщение: Re: Initial prefetch performance testing
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Proposed patch: make SQL interval-literal syntax work per spec