On 07/27/2015 04:24 PM, Michael Paquier wrote:
On Mon, Jul 27, 2015 at 2:33 PM, Piotr Stefaniak
wrote:
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
On Mon, Jul 27, 2015 at 2:33 PM, Piotr Stefaniak
wrote:
> 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:
>
On Mon, Jul 27, 2015 at 02:19:09PM +0900, 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);
> >
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
When I caused a crash during the create_index regression test, recovery hit an
assertion failure. Minimal test case:
psql -X