pingu.freak@xxxxxx writes: > On the top in the log file is this, do you know why the pid is killed with = > 11? I'm a little bit confused :(. > LOG: Serverprozess (PID 30399) wurde von Signal 11 beendet SIG 11 (ie SIGSEGV) is pretty much the typical "generic crash" indication. It most likely means you ran into a software bug or corrupted data. There is no reason at all to think that it's got anything to do with transaction ID wraparound --- that message is only coming out because it always comes out at a database restart. What you ought to look into is what *did* cause the crash. Did it produce a core file, and if so can you get a gdb stack trace from the core? regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 7: You can help support the PostgreSQL project by donating at http://www.postgresql.org/about/donate