Re: pg_rewind exiting with error code 1 when source and target are on the same timeline

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
Cc: Peter Eisentraut <peter_e(at)gmx(dot)net>, PostgreSQL mailing lists <pgsql-bugs(at)postgresql(dot)org>, Heikki Linnakangas <hlinnaka(at)iki(dot)fi>
Subject: Re: pg_rewind exiting with error code 1 when source and target are on the same timeline
Date: 2015-12-15 00:17:12
Message-ID: 2836.1450138632@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Michael Paquier <michael(dot)paquier(at)gmail(dot)com> writes:
> That's not an insane behavior to me. Actually the patch you pushed to
> REL9_5_STABLE is missing something: a call to
> RewindTest::clean_rewind_test(); in t/005 to clean up the nodes
> involved in the test. I think that in the current state the nodes
> would stay online until they notice that postmaster.pid is missing.

Hm, it's just like HEAD, but yeah I see the other four test files
do that. Will fix.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Michael Paquier 2015-12-15 00:36:00 Re: Error postgres9.5
Previous Message Michael Paquier 2015-12-15 00:14:04 Re: pg_rewind exiting with error code 1 when source and target are on the same timeline