Re: [QUESTIONS] backend dying on insert on 6.3, not dying on 6.2.1 p7 - Mailing list pgsql-hackers

From Thomas G. Lockhart
Subject Re: [QUESTIONS] backend dying on insert on 6.3, not dying on 6.2.1 p7
Date
Msg-id 35174EC6.42866FC3@alumni.caltech.edu
Whole thread Raw
List pgsql-hackers
> I've seen this myself on Solaris.  If your default value as specified
> in the CREATE TABLE statement is not exactly as long as the declared
> width of the field, the backend dies with an assertion as soon as you
> INSERT a record that needs to use the default.

Hmm. I see this on Linux also. It is only a problem for the char() type;
both varchar() and text behave properly.

You might want to post something to the bugs list...

                       - Tom

pgsql-hackers by date:

Previous
From: The Hermit Hacker
Date:
Subject: Re: [HACKERS] mega-patch--tcl/tk configuration
Next
From: Peter T Mount
Date:
Subject: Re: [HACKERS] char types gone.