Re: shared_preload_libraries is ignored in single user mode - Mailing list pgsql-hackers

From KaiGai Kohei
Subject Re: shared_preload_libraries is ignored in single user mode
Date
Msg-id 4C69D57A.80101@ak.jp.nec.com
Whole thread Raw
In response to Re: shared_preload_libraries is ignored in single user mode  (Itagaki Takahiro <itagaki.takahiro@gmail.com>)
List pgsql-hackers
(2010/08/17 9:02), Itagaki Takahiro wrote:
> 2010/8/17 KaiGai Kohei<kaigai@ak.jp.nec.com>:
>> I want to kick this job in single-user mode, not normal processing mode,
> 
> Does an explicit LOAD work in single-user mode?
> I think LOAD just after login works as same as it was preloaded,
> unless it allocates shared memory.
> 
Thanks, I never thought this idea.

It works and solves the matter, but I think the right way is to fix
the problem, rather than a workaround in scripts...

Thanks,
-- 
KaiGai Kohei <kaigai@ak.jp.nec.com>


pgsql-hackers by date:

Previous
From: Itagaki Takahiro
Date:
Subject: Re: shared_preload_libraries is ignored in single user mode
Next
From: Josh Berkus
Date:
Subject: Re: Return of the Solaris vacuum polling problem -- anyone remember this?