Re: jsonb and nested hstore - Mailing list pgsql-hackers

From Tom Lane
Subject Re: jsonb and nested hstore
Date
Msg-id 4062.1391107825@sss.pgh.pa.us
Whole thread Raw
In response to Re: jsonb and nested hstore  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: jsonb and nested hstore  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes:
> On 01/30/2014 01:03 PM, Hannu Krosing wrote:
>> On 01/30/2014 06:45 PM, Andrew Dunstan wrote:
>>> We'd have to move that code from hstore to jsonb_support.c and then
>>> make hstore refer to it.

>> Or just copy it and leave hstore alone - the code duplication is not
>> terribly huge here and hstore might still want to develop independently.

> We have gone to great deal of trouble to make jsonb and nested hstore 
> more or less incarnations of the same thing. The new hstore relies 
> heavily on the new jsonb. So what you're suggesting is the opposite of 
> what's been developed these last months.

If so, why would you be resistant to pushing more code out of hstore
and into jsonb?
        regards, tom lane



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgindent behavior we could do without
Next
From: Pavel Stehule
Date:
Subject: Review: tests for client programs