Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Data Bases > Pgsql Bugs > Re: reproducibl...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 1 Topic 3759 of 3899
Post > Topic >>

Re: reproducible database crash with simple sql command

by martin@[EMAIL PROTECTED] (Martin Pitt) May 9, 2008 at 07:10 PM

Hi Christian,

redirecting to the -bugs mailing list. This is totally inappropriate
for -announce.

Christian.Strobl@[EMAIL PROTECTED]
 [2008-05-08 11:22 +0200]:
> 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
> [...]
> p.s. 	os windows xp, sp2
> 	postgres 8.3.1, visual c++, build 1400

Hm, works fine with PostgreSQL 8.3.1 on Ubuntu 8.04, also under a German
installation/locale. After the ALTER I get

martin=> \d regions
                     Tabelle »public.regions«
 Spalte |        Typ        |              Attribute               
--------+-------------------+--------------------------------------
 id     | integer           | 
 name   | character varying | default 'bavaria'::character varying

which looks alright to me. Might be a windows specific bug?

Martin

-- 
Martin Pitt                        | http://www.piware.de
Ubuntu Developer (www.ubuntu.com)  | Debian Developer  (www.debian.org)

-- 
Sent via pgsql-bugs mailing list (pgsql-bugs@[EMAIL PROTECTED]
)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs
 




 1 Posts in Topic:
Re: reproducible database crash with simple sql command
martin@[EMAIL PROTECTED]   2008-05-09 19:10:10 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan13V112 Sun Jul 6 1:04:38 CDT 2008.