Re: sepgsql contrib module

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: sepgsql contrib module
Дата
Msg-id AANLkTinnH9xH78j8K2HKYw9pio9CUPp2MWyQ5OCcdYSM@mail.gmail.com
обсуждение исходный текст
Ответ на Re: sepgsql contrib module  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: sepgsql contrib module  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
On Sun, Jan 23, 2011 at 8:53 PM, Robert Haas <robertmhaas@gmail.com> wrote:
> 2011/1/21 KaiGai Kohei <kaigai@ak.jp.nec.com>:
>> The attached patch is a revised version.
>
> I've committed this.  Cleanup coming...

Yikes.  On further examination, exec_object_restorecon() is pretty
bogus.  Surely you need some calls to quote_literal_cstr() in there
someplace.  And how about using getObjectDescriptionOids() for the
error message, instead of the entirely bogus construction that's there
now?

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


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

Предыдущее
От: Stephen Frost
Дата:
Сообщение: Re: REVIEW: WIP: plpgsql - foreach in
Следующее
От: Xiaobo Gu
Дата:
Сообщение: Re: 答复: [HACKERS] Is there a way to build PostgreSQL client libraries with MinGW