Re: jsonb status

From: "Erik Rijkers" <er(at)xs4all(dot)nl>
To: "Peter Geoghegan" <pg(at)heroku(dot)com>
Cc: "Andrew Dunstan" <andrew(at)dunslane(dot)net>, "PostgreSQL-development" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: jsonb status
Date: 2014-03-16 08:28:46
Message-ID: ce3e561c55c913849a060e5cc0829086.squirrel@webmail.xs4all.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sun, March 16, 2014 09:10, Peter Geoghegan wrote:

> [ jsonb-11.patch.gz ]

This doesn't quite compile:

[...]
patching file src/include/catalog/pg_amop.h
patching file src/include/catalog/pg_amproc.h
Hunk #3 FAILED at 358.
1 out of 3 hunks FAILED -- saving rejects to file src/include/catalog/pg_amproc.h.rej
patching file src/include/catalog/pg_cast.h
patching file src/include/catalog/pg_opclass.h
[...]

cat src/include/catalog/pg_amproc.h.rej
*** src/include/catalog/pg_amproc.h
--- src/include/catalog/pg_amproc.h
*************** DATA(insert ( 3659 3614 3614 2 3656 ))
*** 358,364 ****
DATA(insert ( 3659 3614 3614 3 3657 ));
DATA(insert ( 3659 3614 3614 4 3658 ));
DATA(insert ( 3659 3614 3614 5 2700 ));
!

/* sp-gist */
DATA(insert ( 3474 3831 3831 1 3469 ));
--- 360,373 ----
DATA(insert ( 3659 3614 3614 3 3657 ));
DATA(insert ( 3659 3614 3614 4 3658 ));
DATA(insert ( 3659 3614 3614 5 2700 ));
! DATA(insert ( 4036 3802 3802 1 3480 ));
! DATA(insert ( 4036 3802 3802 2 3482 ));
! DATA(insert ( 4036 3802 3802 3 3483 ));
! DATA(insert ( 4036 3802 3802 4 3484 ));
! DATA(insert ( 4037 3802 3802 1 351 ));
! DATA(insert ( 4037 3802 3802 2 3485 ));
! DATA(insert ( 4037 3802 3802 3 3486 ));
! DATA(insert ( 4037 3802 3802 4 3487 ));

/* sp-gist */
DATA(insert ( 3474 3831 3831 1 3469 ));

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Geoghegan 2014-03-16 08:50:02 Re: jsonb status
Previous Message Peter Geoghegan 2014-03-16 08:10:32 Re: jsonb status