Benjamin Smith <lists@benjamindsmith.com> writes:
> in /var/log/messages, I see
>
> Jan 24 17:00:04 kepler kernel: postmaster[26185]: segfault at 000000002516d728
> rip 000000000043c82c rsp 0000007fbfffddd0 error 4
>
> The insert statement is long, but doesn't seem to violate anything strange -
> no weird characters, and all the fields have been properly escaped with
> pg_escape().
>
> What information do you need to help figure this out?
Reproduce it with gdb attached to the backend process and post the
backtrace... You may need to recompile PG with debugging symbols to
get the most info.
-Doug