bug with long serial names

Поиск
Список
Период
Сортировка
От Nat Howard
Тема bug with long serial names
Дата
Msg-id 000101be3351$30413560$3130d4d0@dummy.cello-us.com
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] Stale porting list?
Следующее
От: "Thomas G. Lockhart"
Дата:
Сообщение: Re: [HACKERS] bug with long serial names