Re: Query cancelled errors
От | Tom Lane |
---|---|
Тема | Re: Query cancelled errors |
Дата | |
Msg-id | 26333.1063740342@sss.pgh.pa.us обсуждение исходный текст |
Ответ на | Re: Query cancelled errors (David Rickard <David.Rickard@GTScompanies.com>) |
Ответы |
Re: Query cancelled errors
|
Список | pgsql-novice |
David Rickard <David.Rickard@GTScompanies.com> writes: >>> ERROR: Query was cancelled. >> >> Something is sending the backend a SIGINT. What platform are you on? >> (For that matter, what PG version are you using?) > System: SunOS rutabaga 5.9 Generic_112233-07 sun4u sparc SUNW,Ultra-250 > PG: 7.3.4 A bit of googling turned up this: http://dbforums.com/arch/128/2002/7/425070 which suggests that the solution is to not use /sbin/sh as your root shell; or perhaps better, arrange to spawn Postgres from a startup script rather than manually from a root shell. Judging from that discussion, my idea of interposing nohup won't help. I had thought that maybe nohup would dissociate Postgres from the root shell's process group, but evidently it doesn't do that on Solaris. (I can't find any evidence that it does so on Linux or HPUX, either, so I'm not going to modify the standard version of pg_ctl, unless someone comes up with evidence that it would help somewhere.) regards, tom lane
В списке pgsql-novice по дате отправления: