Minor cleanup of pg_rewind.

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: 41457fcf970f0ec78004cc0f7b29f1d37021fbfb
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2015-04-15T19:52:00Z
Releases: 9.5.0
Minor cleanup of pg_rewind.

Update comments and function names to use the terms "source" and "target"
consistently. Some places were calling them remote and local instead, which
was confusing.

Fix incorrect comment in extractPageInfo on database creation record - it
was wrong on what happens for databases created in the target that don't
exist in source.

Files