3

PostgreSQL 9.4 & 9.5 (beta) on my Windows 7 laptop fails to start. In the Windows event log I see the following error:

2015年11月10日 13:53:49 IST FATAL: could not create shared memory segment "Global/PostgreSQL.851401618": Permission denied

It was working before for a long time, and suddenly it stopped.

I tried to uninstall and install, without any luck.

dynamic_shared_memory_type is set to windows.

Paul White
95.3k30 gold badges439 silver badges689 bronze badges
asked Nov 10, 2015 at 12:00
0

1 Answer 1

2

Community Wiki answer generated from question comments by a_horse_with_no_name

Try setting dynamic_shared_memory_type = none in postgresql.conf.

"Permission denied" seems to indicate that the permissions for the user under which the service runs have been changed.

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.