PostgreSQL on Windows - Startup Errors
April 16th, 2008
If you are using PostgreSQL on Windows and you get: FATAL: pre-existing shared memory block is still in use Or you get: HINT: Check if there are any old server processes still running, and terminate them. errors, here is how you fix it.
What has happened is your postgres server has crashed some how, or failed to start, and now it can’t start again at all.
But you look through your task manager, and nothing is there that looks like postgres.
Well, look again, you will probably find a “drwatson” process running, owned by the postgres service account user.
Kill this task, and all will be good again.
blogLater
Mikel
Recent Articles
Latest comments
- Mikel
Luke: I know what you mean. But sometimes (not just logged in?) maybe also checking to see if an attribute...
- Luke
I’m still digesting the !! example, but it seems a bit unnecessary. we love Ruby b/c the first example does...
- Christoph
thanks for the hint :)
- Eike Bernhardt
Your domain_valid? function will not work for domains which don’t have a MX record, since they receive mail directly on...
- Rita
If you want truthful information about an entity you should not rely on the information that current members of the...
- Fannar
What would be the best way to use TMail and also validate that the email address is just A-Za-z0-9+._- ?
...
Leave a Reply