Detaching from SQL (postgresql) server

2002-10-17 Thread delphi
Hi! After 'killall -KILL radiusd' or 'rc.radiusd stop' I notice (in postgresql log) messages like this: pq_recvbuf: unexpected EOF on client connection It's seems that radiusd does not cleanup sql module properly and connections to server are not closes in regular way (eg. via PGfinish()).

Re: Detaching from SQL (postgresql) server

2002-10-17 Thread Ruslan A Dautkhanov
After 'killall -KILL radiusd' or 'rc.radiusd stop' I notice (in postgresql log) messages like this: pq_recvbuf: unexpected EOF on client connection It's seems that radiusd does not cleanup sql module properly and connections to server are not closes in regular way (eg. via PGfinish()).