Re: backend hangs at immediate shutdown (Re: Back-branch update releases coming in a couple weeks)
From:
Kevin Grittner <kgrittn(at)ymail(dot)com>
To:
MauMau <maumau307(at)gmail(dot)com>, Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc:
Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>,
"pgsql-hackers(at)postgreSQL(dot)org" <pgsql-hackers(at)postgreSQL(dot)org>
Subject:
Re: backend hangs at immediate shutdown (Re: Back-branch update releases coming in a couple weeks)
Date:
2013-01-31 22:59:16
Message-ID:
1359673156.1320.YahooMailNeo@web162902.mail.bf1.yahoo.com (view raw or flat )
Thread:
2013-01-23 03:19:25 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2013-01-23 03:29:14 from Stephen Frost <sfrost(at)snowman(dot)net>
2013-01-23 03:52:03 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2013-01-23 22:42:45 from "MauMau" <maumau307(at)gmail(dot)com>
2013-01-24 01:06:51 from Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
2013-01-24 14:53:53 from "MauMau" <maumau307(at)gmail(dot)com>
2013-01-24 16:55:15 from Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
2013-01-26 15:17:59 from "MauMau" <maumau307(at)gmail(dot)com>
2013-01-27 10:17:28 from Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
2013-01-27 14:38:45 from "MauMau" <maumau307(at)gmail(dot)com>
2013-01-29 15:54:26 from Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
2013-01-30 14:11:04 from "MauMau" <maumau307(at)gmail(dot)com>
2013-01-30 15:23:09 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2013-01-30 15:34:53 from Andres Freund <andres(at)2ndquadrant(dot)com>
2013-01-30 15:54:12 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2013-01-30 22:41:23 from "MauMau" <maumau307(at)gmail(dot)com>
2013-01-30 23:00:13 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2013-01-30 23:27:13 from Tatsuo Ishii <ishii(at)postgresql(dot)org>
2013-01-30 23:36:53 from Andres Freund <andres(at)2ndquadrant(dot)com>
2013-01-31 00:39:58 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2013-01-31 12:12:06 from "MauMau" <maumau307(at)gmail(dot)com>
2013-01-31 12:40:39 from "MauMau" <maumau307(at)gmail(dot)com>
2013-01-31 00:40:12 from Tatsuo Ishii <ishii(at)postgresql(dot)org>
2013-01-31 20:41:21 from Peter Eisentraut <peter_e(at)gmx(dot)net>
2013-01-31 22:42:00 from "MauMau" <maumau307(at)gmail(dot)com>
2013-01-31 22:59:16 from Kevin Grittner <kgrittn(at)ymail(dot)com>
2013-02-01 13:55:24 from Peter Eisentraut <peter_e(at)gmx(dot)net>
2013-02-01 14:04:30 from Andres Freund <andres(at)2ndquadrant(dot)com>
2013-02-01 15:12:28 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2013-02-07 15:00:50 from "MauMau" <maumau307(at)gmail(dot)com>
2013-02-01 13:50:28 from Andres Freund <andres(at)2ndquadrant(dot)com>
Lists:
pgsql-hackers
MauMau <maumau307(at)gmail(dot)com> wrote:
> Just doing "pkill postgres" will unexpectedly terminate postgres
> of other instances.
Not if you run each instance under a different OS user, and execute
pkill with the right user. (Never use root for that!) This is
just one of the reasons that you should not run multiple clusters
on the same machine with the same OS user.
-Kevin
In response to
pgsql-hackers by date
Next :From: Merlin MoncureDate: 2013-01-31 23:35:47
Subject : Re: json api WIP patch
Previous :From : MauMauDate : 2013-01-31 22:42:00
Subject : Re: backend hangs at immediate shutdown (Re: Back-branch update releases coming in a couple weeks)