Re: Logical Decoding Callbacks

From: Andres Freund <andres(at)2ndquadrant(dot)com>
To: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
Cc: Xavier Stevens <xavier(at)simple(dot)com>, PostgreSQL mailing lists <pgsql-general(at)postgresql(dot)org>
Subject: Re: Logical Decoding Callbacks
Date: 2015-02-10 08:59:04
Message-ID: 20150210085904.GD21017@alap3.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jan Strube 2015-02-10 11:03:11 Performance slowing down when doing same UPDATE many times
Previous Message Andres Freund 2015-02-10 08:57:34 Re: Logical Decoding Callbacks