8.2.10 pg_ctl restart will stop but not start server - Mailing list pgsql-bugs

From Arthur Knight Hammer
Subject 8.2.10 pg_ctl restart will stop but not start server
Date
Msg-id 200810171223.06256.arthur@kingofthebears.com
Whole thread Raw
Responses Re: 8.2.10 pg_ctl restart will stop but not start server  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
Compiled 8.2.10 on fully updated SuSE 10.3 with:

./configure --enable-thread-safety

Every thing behaves normally except pg_ctl:

$ postgres@linux:~/ pg_ctl start
server starting
$ postgres@linux:~/ pg_ctl stop
waiting for server to shut down....LOG:  logger shutting down
 done
server stopped

Perfect behavior.  Then:

$ postgres@linux:~/ pg_ctl restart
waiting for server to shut down....LOG:  logger shutting down
 done
server stopped
sh: -c: line 0: syntax error near unexpected token `null'
sh: -c: line 0: `"/usr/local/pgsql/bin/postgres" (null) < "/dev/null" 2>&1
&'
pg_ctl: could not start server: exit code was 512

Not a show stopper but a bit naughty.  Please let me know if I can be of
further assistance.

I am not subscribed to this list - email directly.

Arthur Knight Hammer

pgsql-bugs by date:

Previous
From: Craig Ringer
Date:
Subject: Re: BUG #4465: GROUP BY is not to SQL standard
Next
From: "David Smiley"
Date:
Subject: BUG #4483: setAutoCommit false shouldn't be necessary for fetchSize to work