Re: nested hstore patch - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: nested hstore patch
Date
Msg-id 528CC50F.1030408@gmx.net
Whole thread Raw
In response to nested hstore patch  (Teodor Sigaev <teodor@sigaev.ru>)
Responses Re: nested hstore patch  ("David E. Wheeler" <david@justatheory.com>)
List pgsql-hackers
On 11/12/13, 1:35 PM, Teodor Sigaev wrote:
> Hi!
> 
> Attatched patch adds nesting feature, types (string, boll and numeric
> values), arrays and scalar to hstore type.

Documentation doesn't build:

openjade:hstore.sgml:206:16:E: document type does not allow element "VARLISTENTRY" here; assuming missing
"VARIABLELIST"start-tag
 

Compiler warnings:

hstore_io.c: In function 'array_to_hstore':
hstore_io.c:1736:29: error: 'result' may be used uninitialized in this function [-Werror=maybe-uninitialized]




pgsql-hackers by date:

Previous
From: Boszormenyi Zoltan
Date:
Subject: ECPG infrastructure changes, part 4, was: Re: ECPG fixes
Next
From: Kevin Grittner
Date:
Subject: Re: Data corruption issues using streaming replication on 9.0.14/9.2.5/9.3.1