| From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
|---|---|
| To: | "Ross J(dot) Reedstrom" <reedstrm(at)rice(dot)edu> |
| Cc: | David Mehringer <dmehring(at)astro(dot)uiuc(dot)edu>, <pgsql-admin(at)postgresql(dot)org> |
| Subject: | Re: multiple postmasters |
| Date: | 2001-01-10 20:51:21 |
| Message-ID: | Pine.LNX.4.30.0101102149560.22819-100000@peter.localdomain |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-admin |
Ross J. Reedstrom writes:
> Another aspect of this problem is that, on most platforms, the children
> of postmaster that are forked for each connection rename themselves
> to 'postgres'. The code for this was changed, recently, due to some
> potential speed, security, or portability problems (I'm not sure off
> the top of my head). You may be on a platform that no longer renames,
No, the code was changed to work on more platforms, not less. I think on
Solaris you need to use /usr/ucb/bin/ps (BSD style) rather than
/usr/bin/ps (SysV style) to see the altered information.
> so you'll end up with multiple processes names 'postmaster', and have
> to track down which is which they way Peter pointed out.
--
Peter Eisentraut peter_e(at)gmx(dot)net http://yi.org/peter-e/
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Dr. Hans-Christian Waldmann | 2001-01-11 07:28:37 | Re: BAcking up a Postgres Database |
| Previous Message | Ross J. Reedstrom | 2001-01-10 20:06:29 | Re: multiple postmasters |