[BUGS] Backend crash while indexing large strings

2001-02-08 Thread pgsql-bugs
Stephen van Egmnond ([EMAIL PROTECTED]) reports a bug with a severity of 1 The lower the number the more severe it is. Short Description Backend crash while indexing large strings Long Description The attached sql crashed Postgres 7.0.2 on a debian linux system (intel), using the packages 7.0.2

Re: [BUGS] Backend crash while indexing large strings

2001-02-08 Thread Tom Lane
[EMAIL PROTECTED] writes: > The attached sql crashed Postgres 7.0.2 on a debian linux system > (intel), using the packages 7.0.2-6. I get FATAL 1: btree: failed to add item to the page in _bt_sort (2) pqReadData() -- backend closed the channel unexpectedly. This probably means the backe

Re: [ADMIN] Create index problem ( _bt_sort )

2001-02-08 Thread Tom Lane
"Yasuo Ohgaki" <[EMAIL PROTECTED]> writes: > raslog=# create index user2000 on log2000(username); > FATAL 1: btree: failed to add item to the page in _bt_sort (2) Stephen van Egmnond was kind enough to submit a self-contained example, from which it turns out that this bug is one that was found a