Re: [v9.2] "database" object class of contrib/sepgsql - Mailing list pgsql-hackers

From Kohei KaiGai
Subject Re: [v9.2] "database" object class of contrib/sepgsql
Date
Msg-id CADyhKSXkeuqgk0=8kykMK=fCDzmDa9mdL2hA+P33e-26ofdYVw@mail.gmail.com
Whole thread Raw
In response to Re: [v9.2] "database" object class of contrib/sepgsql  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
2011/9/23 Robert Haas <robertmhaas@gmail.com>:
> On Mon, Sep 12, 2011 at 5:45 AM, Kohei KaiGai <kaigai@kaigai.gr.jp> wrote:
>> The attached patch is a portion that we splitted off when we added
>> pg_shseclabel system catalog.
>>
>> It enables the control/sepgsql to assign security label on pg_database
>> objects that are utilized as a basis to compute a default security
>> label of schema object.
>
> Committed, although the fact that it didn't compile until I made
> schema.c include pg_database.h makes me wonder how thoroughly you
> tested this.
>
Hmm.. As I did usually, I might build the module and run installation
script and regression test when I submitted this patch.
However, it was fact I submitted a patch with an obvious miss.
Sorry, I'll be careful to check the code being tested.
-- 
KaiGai Kohei <kaigai@kaigai.gr.jp>


pgsql-hackers by date:

Previous
From: Kohei KaiGai
Date:
Subject: Re: [v9.2] Fix Leaky View Problem
Next
From: Joshua Berkus
Date:
Subject: Re: unite recovery.conf and postgresql.conf