Re: jsonb and nested hstore

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: Peter Geoghegan <pg(at)heroku(dot)com>, Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, Teodor Sigaev <teodor(at)sigaev(dot)ru>
Subject: Re: jsonb and nested hstore
Date: 2014-02-24 03:23:37
Message-ID: 530ABB39.20900@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Teodor, Oleg:

Some bitrot on the nested-hstore patch on current HEAD, possibly due to
the recent update release?

josh(at)radegast:~/git/pg94$ patch -p1 -i nested-hstore-10.patch
patching file contrib/hstore/.gitignore
patching file contrib/hstore/Makefile
patching file contrib/hstore/crc32.c
patching file contrib/hstore/crc32.h
patching file contrib/hstore/expected/hstore.out
patching file contrib/hstore/expected/nested.out
patching file contrib/hstore/expected/types.out
patching file contrib/hstore/hstore--1.2--1.3.sql
patching file contrib/hstore/hstore--1.2.sql
patching file contrib/hstore/hstore--1.3.sql
patching file contrib/hstore/hstore.control
patching file contrib/hstore/hstore.h
Hunk #2 FAILED at 13.
Hunk #3 succeeded at 201 (offset 9 lines).
1 out of 3 hunks FAILED -- saving rejects to file
contrib/hstore/hstore.h.rej
patching file contrib/hstore/hstore_compat.c
patching file contrib/hstore/hstore_gin.c
patching file contrib/hstore/hstore_gist.c
patching file contrib/hstore/hstore_gram.y
patching file contrib/hstore/hstore_io.c
Hunk #1 FAILED at 2.
Hunk #2 succeeded at 23 (offset 1 line).
Hunk #3 succeeded at 53 (offset 1 line).
Hunk #4 FAILED at 63.
Hunk #5 succeeded at 297 (offset 13 lines).
Hunk #6 succeeded at 309 (offset 13 lines).
Hunk #7 succeeded at 348 (offset 13 lines).
Hunk #8 succeeded at 359 (offset 13 lines).
Hunk #9 succeeded at 394 with fuzz 2 (offset 20 lines).
Hunk #10 succeeded at 406 (offset 20 lines).
Hunk #11 succeeded at 462 (offset 20 lines).
Hunk #12 FAILED at 508.
Hunk #13 succeeded at 551 (offset 21 lines).
Hunk #14 succeeded at 561 (offset 21 lines).
Hunk #15 succeeded at 651 (offset 21 lines).
Hunk #16 succeeded at 696 (offset 21 lines).
Hunk #17 succeeded at 703 (offset 21 lines).
Hunk #18 succeeded at 767 (offset 21 lines).
Hunk #19 succeeded at 776 (offset 21 lines).
Hunk #20 succeeded at 791 (offset 21 lines).
Hunk #21 succeeded at 807 (offset 21 lines).
Hunk #22 succeeded at 820 (offset 21 lines).
Hunk #23 succeeded at 856 (offset 21 lines).
Hunk #24 FAILED at 1307.
Hunk #25 FAILED at 1433.
5 out of 25 hunks FAILED -- saving rejects to file
contrib/hstore/hstore_io.c.rej
patching file contrib/hstore/hstore_op.c
Hunk #1 FAILED at 25.
Hunk #2 succeeded at 202 (offset 14 lines).
Hunk #3 succeeded at 247 (offset 14 lines).
Hunk #4 FAILED at 253.
Hunk #5 succeeded at 756 (offset 15 lines).
Hunk #6 succeeded at 799 (offset 15 lines).
Hunk #7 succeeded at 885 (offset 15 lines).
Hunk #8 succeeded at 1416 (offset 15 lines).
Hunk #9 succeeded at 1605 (offset 15 lines).
Hunk #10 succeeded at 1720 (offset 15 lines).
2 out of 10 hunks FAILED -- saving rejects to file
contrib/hstore/hstore_op.c.rej

--
Josh Berkus
PostgreSQL Experts Inc.
http://pgexperts.com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Haribabu Kommi 2014-02-24 03:41:57 Re: contrib/cache_scan (Re: What's needed for cache-only table scan?)
Previous Message Andreas Karlsson 2014-02-24 00:44:19 Re: GiST support for inet datatypes