Peter Eisentraut
6809c064d7
Be consistent about not using ECHO_N/ECHO_C (seems unnecessary on Linux).
2006-07-13 14:44:33 +00:00
Tom Lane
c8196c87a7
Adjust postmaster to recognize that a lockfile containing its parent's PID
...
must be stale. Tweak example startup scripts to not use pg_ctl but launch
the postmaster directly, thereby ensuring that only the postmaster's direct
parent shell will be a postgres-owned process. In combination these should
fix the longstanding problem of the postmaster sometimes refusing to start
during reboot because it thinks the old lockfile is not stale.
2004-10-01 18:30:25 +00:00
PostgreSQL Daemon
969685ad44
$Header: -> $PostgreSQL Changes ...
2003-11-29 19:52:15 +00:00
Bruce Momjian
9df03060e9
Fix for Linux startup script.
...
Slawomir Sudnik
2003-07-26 20:42:55 +00:00
Bruce Momjian
310c084921
Add Linux restart --- Slawomir Sudnik
...
Add "-l $PGLOG" for restart --- Darko Prenosil
2003-06-12 02:02:24 +00:00
Bruce Momjian
d4cafeba31
Patch to add comments to Linux startup script.
...
Rene Pijlman
2001-07-30 14:52:42 +00:00
Peter Eisentraut
031e1afa23
Pass -D option to pg_ctl because export PGDATA won't be preserved across
...
'su -l'.
Reported by <VASQUEZ_JASON@LILLY.COM>.
2001-04-19 19:17:44 +00:00
Peter Eisentraut
bbac19a973
Remove outdated contrib/linux start scripts. Beat some sense into
...
contrib/init.d start script. Place into more aptly named directory. Maybe
we could add scripts for other platforms here later.
2001-02-08 19:53:33 +00:00