Re: jsonb and nested hstore

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Andres Freund <andres(at)2ndquadrant(dot)com>
Cc: Teodor Sigaev <teodor(at)sigaev(dot)ru>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: jsonb and nested hstore
Date: 2014-02-11 03:15:21
Message-ID: 52F995C9.2040303@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)emma pg_jsonb]$ git diff --check master
contrib/hstore/hstore--1.3.sql:465: trailing whitespace.
+ WITHOUT FUNCTION AS IMPLICIT;
contrib/hstore/hstore--1.3.sql:468: trailing whitespace.
+ WITHOUT FUNCTION AS IMPLICIT;
[andrew(at)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2014-02-11 03:21:57 Re: jsonb and nested hstore
Previous Message Andrew Dunstan 2014-02-11 03:08:07 Re: jsonb and nested hstore