Re: Allow the identifier length to be increased via a configure option

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Allow the identifier length to be increased via a configure option
Дата
Msg-id 20061227202235.GW23059@alvh.no-ip.org
обсуждение исходный текст
Ответ на Allow the identifier length to be increased via a configure option  (Dhanaraj M <Dhanaraj.M@Sun.COM>)
Ответы Re: Allow the identifier length to be increased via a configure option  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
Dhanaraj M wrote:
> I am sending the patch for the following TODO item:
> Allow the identifier length to be increased via a configure option
>
> During the configuration time, the user can set the identifier length.
> ./configure.txt --with-identlen=128
>
> However, I am not clear about the requirement.
> Can somebody review and comment on this?

You should use pg_config.h, not mangle postgres_ext.h like that.  Or
maybe generate postgres_ext.h from an hypotetical postgres_ext.h.in (but
I wouldn't do that, really).

--
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

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

Предыдущее
От: Dhanaraj M
Дата:
Сообщение: Allow the identifier length to be increased via a configure option
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Allow the identifier length to be increased via a configure option