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

From Andrew Dunstan
Subject Re: jsonb and nested hstore
Date
Msg-id 52F995C9.2040303@dunslane.net
Whole thread Raw
In response to Re: jsonb and nested hstore  (Andres Freund <andres@2ndquadrant.com>)
Responses Re: jsonb and nested hstore  (Andres Freund <andres@2ndquadrant.com>)
List pgsql-hackers
On 02/10/2014 09:11 PM, Andres Freund wrote:
>> diff --git a/src/backend/utils/adt/jsonfuncs.c b/src/backend/utils/adt/jsonfuncs.c
>> index e1d8aae..50ddf50 100644
>> --- a/src/backend/utils/adt/jsonfuncs.c
>> +++ b/src/backend/utils/adt/jsonfuncs.c
> there's lots of whitespace/tab damage in this file. Check git log/diff
> --check or such.


I don't know exactly what you're looking at. Here's what I get:
   [andrew@emma pg_jsonb]$ git diff --check master   contrib/hstore/hstore--1.3.sql:465: trailing whitespace.   +
WITHOUTFUNCTION AS IMPLICIT;   contrib/hstore/hstore--1.3.sql:468: trailing whitespace.   +  WITHOUT FUNCTION AS
IMPLICIT;  [andrew@emma pg_jsonb]$
 


I'll have a look at some of your other complaints when I get back home 
in a two or three of days, weather permitting.

cheers

andrew




pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: jsonb and nested hstore
Next
From: Andres Freund
Date:
Subject: Re: jsonb and nested hstore