私は Windows を使用しており、ローカルホストでスーパーユーザーを作成できるようにデータベースを機能させようとしています。
Postgres 9.2.1 を正常にインストールしましたが、サーバーに接続しようとすると、次のようになります。
Error connecting to the server: server closed the connection unexpectedly
This probably means the server terminated abnormally before or while processing the request.
これでエラーログに:
PDT LOG: incomplete startup packet
PDT WARNING: pgstat wait timeout
LOG: could not receive data from client: An operation was attempted on something that is not a socket.
ウイルス対策ソフトウェアを完全にアンインストールし、Windows ファイアウォールがオフになっていることを確認しました。
私のサーバープロパティはデフォルトであり、postgresql.conf はそれらと一致します:
Hostname: localhost
Port: 5432
これをデバッグする方法に困惑しています。