Re: pg_settings.enumval as array

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pg_settings.enumval as array
Дата
Msg-id 10271.1227291639@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pg_settings.enumval as array  (Magnus Hagander <magnus@hagander.net>)
Ответы Re: pg_settings.enumval as array  (Magnus Hagander <magnus@hagander.net>)
Список pgsql-hackers
Magnus Hagander <magnus@hagander.net> writes:
> Tom Lane wrote:
>> Also, the output datatype should be text[] not cstring[].

> Ok, will change. That requires hardcode of 1009? Or should I a #define
> to pg_type.h?

Add a #define (bit surprising we didn't have one already)
        regards, tom lane


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

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: pg_settings.enumval as array
Следующее
От: "Robert Haas"
Дата:
Сообщение: Re: Re: [COMMITTERS] pgsql: Silence compiler warning about ignored return value.