Re: postgres memory management

From: Pete Forman <pete(dot)forman(at)westerngeco(dot)com>
To: Justin Clift <aa2(at)bigpond(dot)net(dot)au>
Cc: Alexander Jerusalem <ajeru(at)gmx(dot)net>, pgsql-general(at)postgresql(dot)org, pgsql-hackers(at)postgresql(dot)org
Subject: Re: postgres memory management
Date: 2001-01-23 10:59:28
Message-ID: 14957.25616.860584.612481@kryten.bedford.waii.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers pgsql-jdbc

Justin Clift writes:
> I found the solution to this being to edit the ipcclean script and
> change the "ps x | grep -s 'postmaster'" part to "ps -e | grep -s
> 'postmaster'". This then works correctly with Mandrake 7.2.

A standard way of finding a process by name without the grep itself
appearing is use something like "grep '[p]ostmaster'".
--
Pete Forman -./\.- Disclaimer: This post is originated
WesternGeco -./\.- by myself and does not represent
pete(dot)forman(at)westerngeco(dot)com -./\.- opinion of Schlumberger, Baker
http://www.crosswinds.net/~petef -./\.- Hughes or their divisions.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Alexander Jerusalem 2001-01-23 11:19:50 Re: postgres memory management
Previous Message Rajit Singh 2001-01-23 10:21:46 Re: Silencing 'NOTICE' messages for PRIMARY KEY

Browse pgsql-hackers by date

  From Date Subject
Next Message Alexander Jerusalem 2001-01-23 11:19:50 Re: postgres memory management
Previous Message Sinuh Arroyo Gmez 2001-01-23 09:19:08 Re: select within a fucntion

Browse pgsql-jdbc by date

  From Date Subject
Next Message Alexander Jerusalem 2001-01-23 11:19:50 Re: postgres memory management
Previous Message The Hermit Hacker 2001-01-23 04:55:45 Re: subject_prefix not being set ...