Re: Rethinking user-defined-typmod before it's too late

Поиск
Список
Период
Сортировка
От Teodor Sigaev
Тема Re: Rethinking user-defined-typmod before it's too late
Дата
Msg-id 4672C116.6050007@sigaev.ru
обсуждение исходный текст
Ответ на Rethinking user-defined-typmod before it's too late  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Rethinking user-defined-typmod before it's too late  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
> I propose changing the typmodin signature to "typmodin(cstring[]) returns
> int4", that is, the typmods will be passed as strings not integers.  This
> will incur a bit of extra conversion overhead for the normal uses where
> the typmods are integers, but I think the gain in flexibility is worth
agree

> it.  I'm inclined to make the code in parse_type.c take either integer

And modify ArrayGetTypmods() to ArrayGetIntegerTypmods()


Teodor Sigaev                                   E-mail: teodor@sigaev.ru
  WWW: http://www.sigaev.ru/
 


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: How does the tsearch configuration get selected?
Следующее
От: Teodor Sigaev
Дата:
Сообщение: Re: How does the tsearch configuration get selected?