Re: spgist recovery assertion failure - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: spgist recovery assertion failure
Date
Msg-id CAB7nPqQ_jQ++xToutr9tnQ370sxvJJnwMZ4tTa7MGRpy2A0nYA@mail.gmail.com
Whole thread Raw
In response to spgist recovery assertion failure  (Noah Misch <noah@leadboat.com>)
Responses Re: spgist recovery assertion failure
Re: spgist recovery assertion failure
List pgsql-hackers
On Mon, Jul 27, 2015 at 2:00 PM, Noah Misch <noah@leadboat.com> wrote:
> When I caused a crash during the create_index regression test, recovery hit an
> assertion failure.  Minimal test case:
>
> psql -X <<EOSQL
> CREATE TABLE t (c text);
> INSERT INTO t SELECT 'P0123456789abcdef' FROM generate_series(1,1000);
> INSERT INTO t VALUES ('P0123456789abcdefF');
> CREATE INDEX ON t USING spgist (c);
> EOSQL
> pg_ctl -m immediate -w restart

On which platform are you seeing the failure? I am afraid I could not
reproduce the failure on Linux and OSX after testing it on HEAD.
-- 
Michael



pgsql-hackers by date:

Previous
From: Kyotaro HORIGUCHI
Date:
Subject: Re: pgbench - allow backslash-continuations in custom scripts
Next
From: Noah Misch
Date:
Subject: Re: spgist recovery assertion failure