Alexander Nolting wrote:
> enabling unlimited row size for system tables ... child process
> exited with exit code 132
This means the process was aborted by the SIGILL signal, which means
that the executable is corrupted or there is a bug in the code or the
compiler. Try to find the core file and get a backtrace.
--
Peter Eisentraut
http://developer.postgresql.org/~petere/