Re: strip nulls functions for json and jsonb

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: strip nulls functions for json and jsonb
Date: 2014-10-26 18:59:34
Message-ID: 544D4496.8050307@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


On 10/16/2014 04:12 PM, Pavel Stehule wrote:
>
>
> 1. missing documentation
>
> 2. I miss more comments related to this functions. This code is
> relative simple, but some more explanation can be welcome.
>
> 3. why these functions are marked as "stable"?
>
>

New patch:

Docs added, functions marked immutable, more comments added.

cheers

andrew

Attachment Content-Type Size
jsonstripnulls3.patch text/x-diff 16.6 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Stehule 2014-10-26 19:50:32 Re: strip nulls functions for json and jsonb
Previous Message Andrew Dunstan 2014-10-26 18:40:09 Re: TAP test breakage on MacOS X