pg_rewind: Don't error if the two clusters are already on the same timeline
Peter Eisentraut <peter_e@gmx.net>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/pg_rewind/pg_rewind.c | modified | +32 −27 |
| src/bin/pg_rewind/t/005_same_timeline.pl | added | +14 −0 |