Re: spgist recovery assertion failure

Поиск
Список
Период
Сортировка
Искать
От
Piotr Stefaniak
Тема
Re: spgist recovery assertion failure
Дата
Msg-id
BLU436-SMTP587A1B831FE638948CFEF2F28E0@phx.gbl
Ответ на
Список
Дерево обсуждения
spgist recovery assertion failure Noah Misch <noah@leadboat.com>
Re: spgist recovery assertion failure Michael Paquier <michael.paquier@gmail.com>
Re: spgist recovery assertion failure Noah Misch <noah@leadboat.com>
Re: spgist recovery assertion failure Piotr Stefaniak <postgres@piotr-stefaniak.me>
Re: spgist recovery assertion failure Michael Paquier <michael.paquier@gmail.com>
Re: spgist recovery assertion failure Heikki Linnakangas <hlinnaka@iki.fi>
On 07/27/2015 07:19 AM, Michael Paquier wrote:
> On Mon, Jul 27, 2015 at 2:00 PM, Noah Misch  wrote:
>> When I caused a crash during the create_index regression test, recovery hit an
>> assertion failure.  Minimal test case:
>>
>> psql -X <> 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.
>

I'm having the same symptoms with
159cff58cf3b565be3c17901698a74238e9e23f8 on Ubuntu Linux 3.4.39 armv7l.
В списке pgsql-hackers по дате отправления
От: Amit Langote
Дата:
От: David Rowley
Дата:
FAQ