Re: Brain fade in gin_extract_jsonb_path() - Mailing list pgsql-hackers

From Peter Geoghegan
Subject Re: Brain fade in gin_extract_jsonb_path()
Date
Msg-id CAM3SWZQACC8O6W=zxQ=iWsfxxft=0NuiQ5WK-Tg-yzdBxqn4PA@mail.gmail.com
Whole thread Raw
In response to Brain fade in gin_extract_jsonb_path()  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Brain fade in gin_extract_jsonb_path()
List pgsql-hackers
On Thu, Nov 5, 2015 at 12:39 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> The attached one-liner fixes it, but of course this means that on-disk
> jsonb_path_ops indexes are possibly broken and will need to be reindexed.
> I see no way around that ... does anybody else?

I think it's impossible to avoid having to recommend a reindex here.

-- 
Peter Geoghegan



pgsql-hackers by date:

Previous
From: Catalin Iacob
Date:
Subject: Re: proposal: multiple psql option -c
Next
From: Pavel Stehule
Date:
Subject: Re: [patch] Proposal for \rotate in psql