Re: SIGSEGV taken on 8.1 during dump/reload

From: Teodor Sigaev <teodor(at)sigaev(dot)ru>
To: Robert Creager <Robert_Creager(at)LogicalChaos(dot)org>
Cc: pgsql-hackers(at)postgresql(dot)org, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Subject: Re: SIGSEGV taken on 8.1 during dump/reload
Date: 2005-11-09 07:27:53
Message-ID: 4371A4F9.7030001@sigaev.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

works fine....
contrib_regression=# select count(*) from test_data ;
count
-------
250
(1 row)

contrib_regression=# create index test_data_index on test_data using gist( loc );
CREATE INDEX

> I've attached a small dump file that when I create an index on the table, it fails. It works on 225 entries, but failed on 250. Don't know if this is data dependent or size. Is that a page boundary? It seems to me that unless the right/left stuff doesn't come into play for all indexes, that stuff is built correctly.
>
> Dump command:
> /usr/local/pgsql810/bin/pg_dump -F c -p 5433 -d tassiv -t test_data -f index_problem.dump

--
Teodor Sigaev E-mail: teodor(at)sigaev(dot)ru
WWW: http://www.sigaev.ru/

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Richard Huxton 2005-11-09 07:35:15 Re: Accessing libq functions from UDF (shared library)
Previous Message ITAGAKI Takahiro 2005-11-09 07:25:11 Optimization of the alignment padding