Re: GiST insert algorithm rewrite
Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>
From: Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: PostgreSQL-development <pgsql-hackers@postgresql.org>, Greg Stark <gsstark@mit.edu>, Robert Haas <robertmhaas@gmail.com>, Bruce Momjian <bruce@momjian.us>, Teodor Sigaev <teodor@sigaev.ru>, Oleg Bartunov <oleg@sai.msu.su>
Date: 2011-01-09T19:38:06Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
New feature:
- 0ad7db4be4b1 7.1.1 cited
On 09.01.2011 07:05, Tom Lane wrote: > I just found out that the "benchmark" test script in > contrib/intarray/bench/ crashes HEAD in gistdoinsert() --- it looks like > it's trying to pop to a stack entry that isn't there. > > Run it per the instructions in the intarray documentation: > > $ createdb TEST > $ psql TEST< ../_int.sql > ... > $ ./create_test.pl | psql TEST > CREATE TABLE > CREATE TABLE > CREATE INDEX > CREATE INDEX > server closed the connection unexpectedly > This probably means the server terminated abnormally > before or while processing the request. > connection to server was lost > > The script generates randomized data, so possibly it won't fail every > time, but it failed three out of three times for me. The changes I'm > about to commit in intarray don't seem to make any difference. Thanks, fixed. Apparently my testing never hit the case where an update, rather than an insert, into the root page causes it to split. -- Heikki Linnakangas EnterpriseDB http://www.enterprisedb.com