"Yee" <christ1783 (AT) yahoo (DOT) com> writes:
Quote:
Core was generated by `/gen/tools/pgsql/bin/postmaster -i -S -D
/gen/tools/pgsql/data'.
Program terminated with signal 6, Aborted. |
We need to see the backtrace (gdb "bt" command) from this. Also,
did you look in the postmaster log? Signal 6 probably means that
an Assert() test failed, in which case something would have been
printed in the log before aborting.
regards, tom lane
---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend