Re: Further issues with jsonb semantics, documentation

From: Peter Geoghegan <pg(at)heroku(dot)com>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Further issues with jsonb semantics, documentation
Date: 2015-06-12 20:28:04
Message-ID: CAM3SWZRgRmDtM=P1GH_PFtmJgeJuSZnh3gBb4=vG9RRHGVC3Mw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Jun 12, 2015 at 12:26 PM, Andrew Dunstan <andrew(at)dunslane(dot)net> wrote:
> Here's some code for the count piece of that.

Thanks. I'll look into integrating this with what I have.

BTW, on reflection I'm not so sure about my decision to not touch the
logic within jsonb_delete_idx() (commit b81c7b409). I probably should
have changed it in line with the attached patch as part of that
commit. What do you think?
--
Peter Geoghegan

Attachment Content-Type Size
0001-Remove-dead-code-for-jsonb-subscript-deletion.patch text/x-patch 1.2 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Thom Brown 2015-06-12 22:00:54 Re: Hash index creation warning
Previous Message Andrew Dunstan 2015-06-12 19:26:37 Re: Further issues with jsonb semantics, documentation