postmaster does not shut down

Started by surabhi.ahujaover 20 years ago2 messagesgeneral
Jump to latest
#1surabhi.ahuja
surabhi.ahuja@iiitb.ac.in

when i grep for postmaster
ps -aef | grep postmaster

it says:
/usr/bin/postmaster -D /export/home1/sdc_image_pool/dbx -p 5432

when i try to stop postmaster doing

/usr/bin/pg_ctl -D /export/home1/sdc_image_pool/dbx/ stop
the following is displayed:
waiting for postmaster to shut down............................................................... failed
pg_ctl: postmaster does not shut down

i grepped for PGDATA

echo $PGDATA
it says undefined variable

please tell me what to do

thanks
regards
surabhi ahuja

#2Peter Eisentraut
peter_e@gmx.net
In reply to: surabhi.ahuja (#1)
Re: postmaster does not shut down

Am Freitag, 30. September 2005 07:07 schrieb surabhi.ahuja:

/usr/bin/pg_ctl -D /export/home1/sdc_image_pool/dbx/ stop
the following is displayed:
waiting for postmaster to shut
down............................................................... failed
pg_ctl: postmaster does not shut down

This could well be because there are still connected clients. Read about the
"mode" option (-m) on the pg_ctl man page.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/