Re: sepgsql contrib module - Mailing list pgsql-hackers

From Robert Haas
Subject Re: sepgsql contrib module
Date
Msg-id AANLkTinnH9xH78j8K2HKYw9pio9CUPp2MWyQ5OCcdYSM@mail.gmail.com
Whole thread Raw
In response to Re: sepgsql contrib module  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: sepgsql contrib module  (Robert Haas <robertmhaas@gmail.com>)
List 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 by date:

Previous
From: Stephen Frost
Date:
Subject: Re: REVIEW: WIP: plpgsql - foreach in
Next
From: Xiaobo Gu
Date:
Subject: Re: 答复: [HACKERS] Is there a way to build PostgreSQL client libraries with MinGW