Re: [HACKERS] postgres init script things solved - Mailing list pgsql-hackers

From dg@illustra.com (David Gould)
Subject Re: [HACKERS] postgres init script things solved
Date
Msg-id 9804280639.AA17293@hawk.illustra.com
Whole thread Raw
In response to Re: [HACKERS] postgres init script things solved  ("Claudiu Balciza" <cbalciza@mail.geocities.com>)
List pgsql-hackers
> >> > postmaster at boot time and stop it at halt/reboot. Excelent.
> >> > But it is made for postgres account running tcsh. I know nothing about
> tchs
> >> > and my postgres account defaults to bash. So (thanks to Steve
> "Stevers!"
> >> > Coile) I changed it to bash:
...
> >OK, but _I_ don't run bash. So someone else is now maintaining this
> >file? Why didn't we keep both forms in the file, with one commented out?
> >What are we trying to accomplish here??
...
> About bash, it's the usual shell for regular users. I guess the start/stop
> script was meant for users who don't know/cannot write their own.

Perhaps we should write scripts for just plain old 'sh'. This is available
everywhere (sort of even on SCO).

If not that, bash might be a better choice than tcsh as it is perhaps more
common (we even run it on all our Solaris machines where I work).

-dg

David Gould            dg@illustra.com           510.628.3783 or 510.305.9468
Informix Software  (No, really)         300 Lakeside Drive  Oakland, CA 94612
"(Windows NT) version 5.0 will build on a proven system architecture
 and incorporate tens of thousands of bug fixes from version 4.0."
                 -- <http://www.microsoft.com/y2k.asp?A=7&B=5>

pgsql-hackers by date:

Previous
From: "Claudiu Balciza"
Date:
Subject: Re: [HACKERS] postgres init script things solved
Next
From: dg@illustra.com (David Gould)
Date:
Subject: S_LOCK contention reduction via backoff, patch posted to patches list.