From: | Victor Wagner <vitus(at)wagner(dot)pp(dot)ru> |
---|---|
To: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: [PATCH] Generic type subscription |
Date: | 2016-09-27 12:08:20 |
Message-ID: | 20160927150820.636c71be@fafnir.local.vm |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Fri, 9 Sep 2016 18:29:23 +0700
Dmitry Dolgov <9erthalion6(at)gmail(dot)com> wrote:
> Hi,
>
> Regarding to the previous conversations [1], [2], here is a patch
> (with some improvements from Nikita Glukhov) for the generic type
> subscription. It allows
> to define type-specific subscription logic for any data type and has
> implementations for the array and jsonb types. There are following
> changes in this
> patch:
I've tried to compile this patch with current state of master (commit
51c3e9fade76c12) and found out that, when configured with
--enable-cassert, it doesn't pass make check.
LOG: server process (PID 4643) was terminated by signal 6: Aborted
DETAIL: Failed process was running:
update test_jsonb_subscript set test_json['a'] = '{"b":
1}'::jsonb;
--
Victor
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2016-09-27 13:13:35 | Re: Refactoring speculative insertion with unique indexes a little |
Previous Message | Ashutosh Bapat | 2016-09-27 12:06:38 | Re: Transactions involving multiple postgres foreign servers |