bug with long serial names - Mailing list pgsql-hackers

From Nat Howard
Subject bug with long serial names
Date
Msg-id 000101be3351$30413560$3130d4d0@dummy.cello-us.com
Whole thread Raw
List pgsql-hackers
Apologies if this has been raised before.

This:

create table a12345678901234567890 ( b1234567890  serial );

causes this:

pqReadData() -- backend closed the channel unexpectedly.       This probably means the backend terminated abnormally
beforeor
 
while processing the request.
We have lost the connection to the backend, so further processing is
impossible.  Terminating.


This is on postgres 6.4.1 (the "fixed" 6.4.1, not the accidental
snapshot) on BSDI.

The same problem exists in 6.4 on FreeBSD.



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] Stale porting list?
Next
From: "Thomas G. Lockhart"
Date:
Subject: Re: [HACKERS] bug with long serial names