Re: simple function crashes my postmaster - Mailing list pgsql-sql

From Tom Lane
Subject Re: simple function crashes my postmaster
Date
Msg-id 26218.994200772@sss.pgh.pa.us
Whole thread Raw
In response to simple function crashes my postmaster  (Meggus <meggus@gmx.net>)
List pgsql-sql
Meggus <meggus@gmx.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


pgsql-sql by date:

Previous
From: Philip Hallstrom
Date:
Subject: Re: drop table if exists
Next
From: Alex Pilosov
Date:
Subject: Re: count(*)