bug with long serial names

From: "Nat Howard" <Nat(dot)Howard(at)cello-us(dot)com>
To: <pgsql-hackers(at)postgresql(dot)org>
Subject: bug with long serial names
Date: 1998-12-29 17:32:20
Message-ID: 000101be3351$30413560$3130d4d0@dummy.cello-us.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 before or
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.

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas G. Lockhart 1998-12-29 18:01:17 Re: [HACKERS] bug with long serial names
Previous Message Tom Lane 1998-12-29 17:19:22 Re: [HACKERS] Stale porting list?