]> granicus.if.org Git - postgresql/commit
pg_rewind: Don't error if the two clusters are already on the same timeline
authorPeter Eisentraut <peter_e@gmx.net>
Fri, 4 Dec 2015 03:21:16 +0000 (22:21 -0500)
committerPeter Eisentraut <peter_e@gmx.net>
Fri, 11 Dec 2015 23:32:03 +0000 (18:32 -0500)
commit6b34e5563849edc12896bf5754e8fe7b88012697
treefcc70d7c8e5644f796b79cfa2fc9ebfcf0570739
parent8c1615531f4945e5af78ddf1d43af11b6d7b48fd
pg_rewind: Don't error if the two clusters are already on the same timeline

This previously resulted in an error and a nonzero exit status, but
after discussion this should rather be a noop with a zero exit status.
src/bin/pg_rewind/pg_rewind.c
src/bin/pg_rewind/t/005_same_timeline.pl [new file with mode: 0644]