Re: simple function crashes my postmaster

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Meggus <meggus(at)gmx(dot)net>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: simple function crashes my postmaster
Date: 2001-07-03 22:52:52
Message-ID: 26218.994200772@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

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

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Jason Watkins 2001-07-03 23:05:11 Re: drop table if exists
Previous Message Philip Hallstrom 2001-07-03 22:38:54 Re: drop table if exists