Re: proposal: ignore null fields in not relation type composite type based constructors

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>, Jeevan Chalke <jeevan(dot)chalke(at)enterprisedb(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: proposal: ignore null fields in not relation type composite type based constructors
Date: 2014-09-11 22:18:31
Message-ID: 20140911221831.GH16422@tamriel.snowman.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

All,

* Stephen Frost (sfrost(at)snowman(dot)net) wrote:
> Ok. I'll handle updating both of these to remove the overloading
> and use default params instead, but I'll only add the 'ignore_null'
> option to row_to_json.

Barring objections or any issues I find as I go back through it, this is
what I'm planning to push a bit later on tonight.

Thanks!

Stephen

Attachment Content-Type Size
row_to_json_ignorenull-5.patch text/x-diff 11.0 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Gaetano Mendola 2014-09-11 22:35:58 Suspicious check (src/backend/access/gin/gindatapage.c)
Previous Message Tomas Vondra 2014-09-11 22:03:11 Re: Commitfest status