On Tue, 2002-09-03 at 16:42, Tom Lane wrote:
> Rod Taylor <rbt(at)zort(dot)ca> writes:
> > DEBUG: server process (pid 9097) was terminated by signal 10
>
> Could we have a backtrace from that core dump?
>
> AFAICT it's getting through the WAL redo just fine, so the problem
> is (probably) not what you think.
Took me a while, but I eventually figured out that they changed the
NAMEDATALEN in the old version, and didn't match it in the new one.
So the error is exactly what is expected -- memory allocation errors.