Re: [SQL] simple function crashes my postmaster

2001-07-03 Thread Tom Lane
Meggus <[EMAIL PROTECTED]> 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 i

[SQL] simple function crashes my postmaster

2001-07-03 Thread Meggus
Hi, 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. Please