From: | <Christian(dot)Strobl(at)dlr(dot)de> |
---|---|
To: | <pgsql-announce(at)postgresql(dot)org> |
Subject: | reproducible database crash with simple sql command |
Date: | 2008-05-08 09:22:21 |
Message-ID: | AC78B6BABBC9A74C95028F87A0EACF79015BBD8C@exbe04.intra.dlr.de |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-announce pgsql-bugs |
hi all,
first i create a table
create table regions (id integer, name varchar);
then i want to set a default value for a column, e.g.
alter table regions alter column name set default 'bavaria';
at this point crashes the database with the message
PANIK: ERROR_STACK_SIZE exceeded
the rest of the message is unfortunately in german
then i have to restart the postgres-service manually
this error is very easy reproducible at my environment
is this a problem of my installation or can anybody reproduce this error
at his environment
thanks and greetings from munich
christian
p.s. os windows xp, sp2
postgres 8.3.1, visual c++, build 1400
From | Date | Subject | |
---|---|---|---|
Next Message | Martin Pitt | 2008-05-09 17:10:10 | Re: reproducible database crash with simple sql command |
Previous Message | Hiroshi Saito | 2008-05-05 15:29:02 | psqlODBC 08.03.0200 Release |
From | Date | Subject | |
---|---|---|---|
Next Message | Merlin Moncure | 2008-05-08 14:16:47 | Re: BUG #4053: libpq documentation should express clearly, that integers are passed in network octet order |
Previous Message | Andrew Chernow | 2008-05-08 02:36:58 | Re: BUG #4053: libpq documentation should express clearly, that integers are passed in network octet order |