Lack of post creation hook on extension

Kohei KaiGai <kaigai@kaigai.gr.jp>

From: Kohei KaiGai <kaigai@kaigai.gr.jp>
To: PgHacker <pgsql-hackers@postgresql.org>
Date: 2011-03-23T21:13:09Z
Lists: pgsql-hackers

Attachments

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>