Re: Changeset Extraction v7.5 - Mailing list pgsql-hackers

From Andres Freund
Subject Re: Changeset Extraction v7.5
Date
Msg-id 20140208212503.GD10692@awork2.anarazel.de
Whole thread Raw
In response to Re: Changeset Extraction v7.5  (Thom Brown <thom@linux.com>)
Responses Re: Changeset Extraction v7.5  (Thom Brown <thom@linux.com>)
List pgsql-hackers
On 2014-02-08 21:07:03 +0000, Thom Brown wrote:
> > I'll continue to play around with the feature.
> 
> Next issue.  Firstly, an out-of-date example:
> 
> doc/src/sgml/changesetextraction.sgml
> 
> pg_recvlogical --slot test --init -d testdb
> 
> There's no option --init.  I think this is supposed to be --create.

Fixed. It used to be --init, but that has changed. Thanks.

> $ pg_recvlogical --slot test --create -d testdb
> pg_recvlogical: could not send replication command
> "CREATE_REPLICATION_SLOT "test" LOGICAL "test_decoding"": extraneous
> data in "T" message

Gah. Another merge issue. Fixed. We really need to have infrastructure
for testing binaries...

Thanks,

Andres Freund

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



pgsql-hackers by date:

Previous
From: Thom Brown
Date:
Subject: Re: Changeset Extraction v7.5
Next
From: Tom Lane
Date:
Subject: Re: [DOCS] Viability of text HISTORY/INSTALL/regression README files (was Re: [COMMITTERS] pgsql: Document a few more regression test hazards.)