On Tue, Jun 28, 2016 at 12:45 PM, Max Fomichev <[email protected]> wrote: > On 28/06/16 19:24, Robert Haas wrote: > Thanks. > It works now with CurrentResourceOwner = ResourceOwnerCreate(NULL, "name of > my extension") > > I am a little bit confused about test/modules/test_shm_mq, where > CurrentResourceOwner is set up before dsm_attach, not dsm_create -
You need a resource owner for either dsm_attach or dsm_create. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
