PostgreSQL 8.4 と PostGIS 1.5 を使用しています。私がやろうとしているのは、あるテーブルから別のテーブルにデータを挿入することです (厳密には同じデータではありません)。列ごとにいくつかのクエリが実行され、合計 50143 行がテーブルに格納されます。しかし、クエリはリソースを大量に消費します。クエリが数分間実行されると、接続が失われます。クエリの実行に約21〜22k MSが発生した後、DBMSを手動で再起動する必要があります。この問題を解決するにはどうすればよいですか?
エラーメッセージは次のとおりです。
[Err] server closed the connection unexpectedly
This probably means the server terminated abnormally
before or while processing the request.
さらに、psql エラー ログは次のとおりです。
2013-07-03 05:33:06 AZOST HINT: In a moment you should be able to reconnect to the database and repeat your command.
2013-07-03 05:33:06 AZOST WARNING: terminating connection because of crash of another server process
2013-07-03 05:33:06 AZOST DETAIL: The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.