Re: BUG #14125: when master set tablespace,slave recovery xlog pending - Mailing list pgsql-bugs

From Michael Paquier
Subject Re: BUG #14125: when master set tablespace,slave recovery xlog pending
Date
Msg-id CAB7nPqRjnMTiNWFd+orOKJEQ27yEt0Os0KHb=kCQcvLWaXWnvQ@mail.gmail.com
Whole thread Raw
In response to BUG #14125: when master set tablespace,slave recovery xlog pending  (wangyong20009109@163.com)
List pgsql-bugs
On Wed, May 4, 2016 at 4:26 PM,  <wangyong20009109@163.com> wrote:
> The following bug has been logged on the website:
>
> Bug reference:      14125
> Logged by:          YongWang
> Email address:      wangyong20009109@163.com
> PostgreSQL version: 9.4.5
> Operating system:   Red Hat 4.8.2-16
> Description:

> when master alter database set tablespace,the slave(async replication)
> recovery xlog is pending,the slave normal receiver xlog.

Is the slave complaining about something in its logs? Also, do you
have unlogged relations on this database? We fixed in 9.4.6 a problem
with ALTER TABLE SET TABLESPACE that was not emitting correctly WAL
records. I cannot reproduce the problem to be honest, so you may want
to retry with 9.4.7 first, which is the last released version in the
9.4 series.
--
Michael

pgsql-bugs by date:

Previous
From: wangyong20009109@163.com
Date:
Subject: BUG #14125: when master set tablespace,slave recovery xlog pending
Next
From: Chris Pacejo
Date:
Subject: Re: BUG #14064: Sort order of bytea, etc. not defined