Re: [HACKERS] Red-Black tree traversal tests - Mailing list pgsql-hackers

From Victor Drobny
Subject Re: [HACKERS] Red-Black tree traversal tests
Date
Msg-id b3648015b3440a5dc1d9ffc1b32c1b93@postgrespro.ru
Whole thread Raw
In response to Re: [HACKERS] Red-Black tree traversal tests  (Thomas Munro <thomas.munro@enterprisedb.com>)
Responses Re: [HACKERS] Red-Black tree traversal tests
List pgsql-hackers
On 2017-09-08 15:23, Thomas Munro wrote:
> On Fri, Sep 8, 2017 at 9:03 PM, Victor Drobny <v.drobny@postgrespro.ru> 
> wrote:
>> Thank you very much for your review. In the attachment you can find v2 
>> of
>> the patch.
> 
> FYI this version crashes for me:
> 
> test test_rbtree              ... FAILED (test process exited with exit 
> code 2)
> 
> It's trying to call rb->combiner which is null.
> 
Thank you for pointing on it. Here is a fixed version.

-- 
Victor Drobny
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company
-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Attachment

pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: [HACKERS] More flexible LDAP auth search filters?
Next
From: Peter Eisentraut
Date:
Subject: Re: [HACKERS] code cleanup empty string initializations