Re: nested hstore patch

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: nested hstore patch
Дата
Msg-id 528CC50F.1030408@gmx.net
обсуждение исходный текст
Ответ на nested hstore patch  (Teodor Sigaev <teodor@sigaev.ru>)
Ответы Re: nested hstore patch  ("David E. Wheeler" <david@justatheory.com>)
Список 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 по дате отправления:

Предыдущее
От: Boszormenyi Zoltan
Дата:
Сообщение: ECPG infrastructure changes, part 4, was: Re: ECPG fixes
Следующее
От: Kevin Grittner
Дата:
Сообщение: Re: Data corruption issues using streaming replication on 9.0.14/9.2.5/9.3.1