Meggus <meggus(at)gmx(dot)net> writes:
> there is a mystic problem with a simple C function which creates a table.
> I minimized the code to reproduce the error. It crashes on two different
> Linux systems (SuSE) and with pg 7.0/7.1. I found that the crash occurrs
> as soon as I use a SERIAL type in the table creation command.
I can't duplicate the problem in 7.1.2 (nor current sources). Please
update. If you still see the problem with 7.1.2, try setting a
breakpoint at elog() to obtain a stack trace from the point of the
first error message.
regards, tom lane