Re: Logical Decoding Callbacks - Mailing list pgsql-general

From Andres Freund
Subject Re: Logical Decoding Callbacks
Date
Msg-id 20150210085904.GD21017@alap3.anarazel.de
Whole thread Raw
In response to Re: Logical Decoding Callbacks  (Michael Paquier <michael.paquier@gmail.com>)
Responses Re: Logical Decoding Callbacks  (Michael Paquier <michael.paquier@gmail.com>)
List pgsql-general
On 2015-02-10 11:01:08 +0900, Michael Paquier wrote:
> Just in case, I have just done a quick test with pg_recvlogical on
> latest HEAD of REL9_4_STABLE and the startup_cb gets called:
> DEBUG:  received replication command: IDENTIFY_SYSTEM
> DEBUG:  received replication command: START_REPLICATION SLOT "slot" LOGICAL 0/0
> LOG:  called startup_cb_wrapper
> Note that on 9.5 (master HEAD at c619c23) I am seeing an assertion
> failure. What is the server version you are using? I would imagine 9.4
> but let's be sure.

Uh, which plugin and what assertion? What's the backtrace?

Greetings,

Andres Freund

--
 Andres Freund                       http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services


pgsql-general by date:

Previous
From: Andres Freund
Date:
Subject: Re: Logical Decoding Callbacks
Next
From: Jan Strube
Date:
Subject: Performance slowing down when doing same UPDATE many times