From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | tom(at)minnesota(dot)com |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: table schema causes crash |
Date: | 2002-12-20 18:59:35 |
Message-ID: | 200212201859.gBKIxZF28395@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
I just tried with the CVS current and don't see a crash. I don't see
anything fancy in there at all.
---------------------------------------------------------------------------
tom(at)minnesota(dot)com wrote:
> 7.2.3
>
> CREATE TABLE imap_passwd (
> username varchar(128) NOT NULL PRIMARY KEY,
> pw_crypt varchar(128) DEFAULT '' NOT NULL,
> pw_cr varchar(128) DEFAULT '' NOT NULL,
> name varchar(128) DEFAULT '' NOT NULL,
> user_id int DEFAULT 65534 NOT NULL,
> group_id int DEFAULT 65534 NOT NULL,
> home varchar(255) DEFAULT '' NOT NULL,
> maildir varchar(255) DEFAULT '' NOT NULL,
> quota varchar(255) DEFAULT '' NOT NULL
> );
>
> then at the psql prompt:
>
> \d imap_passwd
>
> will core dump.
>
> ---
> NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index
> 'imap_passwd_pkey' for table
> 'imap_passwd'
> CREATE
> authtest=# \d imap_passwd
> Segmentation fault
> ---
>
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org
>
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2002-12-20 19:06:37 | Re: table schema causes crash |
Previous Message | tom | 2002-12-20 18:47:27 | table schema causes crash |