StopI got this in logs:
MSK FATAL: the database system is starting up
To fix infinite start of server do this: Stop service (if exists), kill process 'postgres' (usually it exists). Run this in console:
pg_resetxlog.exe -D ../Data -f
This ussue appears because xLog directory have a data, that not be written before service shutted down. And then at service startup he try to fix that data. Sometimes it freeze startup and never ends.. Command at the up clean this unfixed data, that apply service to start with fixed data only. Maybe some parts of unfixed data will be lost, but database server will runs normally and can be accessed by apps.