Thread
-
Lack of post creation hook on extension
Kohei KaiGai <kaigai@kaigai.gr.jp> — 2011-03-23T21:13:09Z
I found a problem that extension.c does not invoke post-creation hook on its creation time, although no module supports to assign security label on extension objects right now. The attached patch tries to fix it. Thanks, -- KaiGai Kohei <kaigai@kaigai.gr.jp>
-
Re: Lack of post creation hook on extension
Robert Haas <robertmhaas@gmail.com> — 2011-03-24T22:45:34Z
On Wed, Mar 23, 2011 at 5:13 PM, Kohei KaiGai <kaigai@kaigai.gr.jp> wrote: > I found a problem that extension.c does not invoke post-creation hook > on its creation time, although no module supports to assign security > label on extension objects right now. > > The attached patch tries to fix it. Thanks, committed. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company