Re: Time based lag tracking for logical replication

From: Neha Khatri <nehakhatri5(at)gmail(dot)com>
To: Petr Jelinek <petr(dot)jelinek(at)2ndquadrant(dot)com>
Cc: Simon Riggs <simon(at)2ndquadrant(dot)com>, Andres Freund <andres(at)anarazel(dot)de>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, Noah Misch <noah(at)leadboat(dot)com>, Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>, Thomas Munro <thomas(dot)munro(at)enterprisedb(dot)com>
Subject: Re: Time based lag tracking for logical replication
Date: 2017-05-12 14:22:01
Message-ID: CAFO0U+9UNSwfgHz2sFveFdKf809Bue1=cpY+Hqfh4FhohX0Tyg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sat, May 13, 2017 at 12:04 AM, Petr Jelinek <petr(dot)jelinek(at)2ndquadrant(dot)com
> wrote:

> > After this commit 024711bb544645c8b1061e9f02b261e2e336981d I get
> > following error while executing CREATE SUBSCRIPTION:
> >
> > CREATE SUBSCRIPTION sub1 CONNECTION 'dbname=postgres host=localhost
> > user=neha port=5432' PUBLICATION mypub;
> > NOTICE: synchronized table states
> > ERROR: could not create replication slot "sub1": ERROR: could not
> > load library "/home/neha/postgres/PGCurrentInstall/lib/pgoutput.so":
> > /home/neha/postgres/PGCurrentInstall/lib/pgoutput.so: undefined
> > symbol: OutputPluginUpdateProgress
> >
>
> Hmm, that sounds like partial rebuild/install (old postgres binary with
> new pgoutput one).
>

That's right. Thanks.

Neha

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2017-05-12 14:24:12 Re: Addition of pg_dump --no-publications
Previous Message Peter Eisentraut 2017-05-12 14:20:02 Re: [HACKERS] Concurrent ALTER SEQUENCE RESTART Regression