| From: | KaiGai Kohei <kaigai(at)ak(dot)jp(dot)nec(dot)com> |
|---|---|
| To: | Itagaki Takahiro <itagaki(dot)takahiro(at)gmail(dot)com> |
| Cc: | Robert Haas <robertmhaas(at)gmail(dot)com>, PgSQL Hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: shared_preload_libraries is ignored in single user mode |
| Date: | 2010-08-17 00:19:06 |
| Message-ID: | 4C69D57A.80101@ak.jp.nec.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
(2010/08/17 9:02), Itagaki Takahiro wrote:
> 2010/8/17 KaiGai Kohei<kaigai(at)ak(dot)jp(dot)nec(dot)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(at)ak(dot)jp(dot)nec(dot)com>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Josh Berkus | 2010-08-17 00:30:00 | Re: Return of the Solaris vacuum polling problem -- anyone remember this? |
| Previous Message | Itagaki Takahiro | 2010-08-17 00:02:43 | Re: shared_preload_libraries is ignored in single user mode |