Re: Re: GiST optimizing memmoves in gistplacetopage for fixed-size updates [PoC] - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Re: GiST optimizing memmoves in gistplacetopage for fixed-size updates [PoC]
Date
Msg-id 2856.1473422232@sss.pgh.pa.us
Whole thread Raw
In response to Re: Re: GiST optimizing memmoves in gistplacetopage for fixed-size updates [PoC]  (Andrey Borodin <borodin@octonica.com>)
List pgsql-hackers
Andrey Borodin <borodin@octonica.com> writes:
> That storage assertion fired during usual update table set x=random() without conditions. Also Make check fails
withoutit (for brin usage, gist is ok with it).
 

I'm confused by that assertion, because the patch-as-submitted didn't
touch BRIN.  Based on Alvaro's comments, yes it would fail if we'd
modified BRIN to use this function ... but we hadn't yet.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Dmitry Dolgov
Date:
Subject: [PATCH] Generic type subscription
Next
From: Heikki Linnakangas
Date:
Subject: Re: Tuplesort merge pre-reading