=?ISO-8859-15?Q?Torsten_Z=FChlsdorff?= <foo(at)meisterderspiele(dot)de> writes:
> It's the same like before, but this time with core-file! :) I don't know
> why, but now there is one. You can find it here:
> http://www.dddbl.de/postgres.core (2,4 MB)
That's good, but the core file is pretty much useless to anyone else.
Please gdb it and post a stack trace:
gdb /path/to/postgres /path/to/core
gdb> bt
gdb> quit
regards, tom lane