]> granicus.if.org Git - postgresql/commit
Error out in pg_rewind if lstat() fails.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Wed, 15 Apr 2015 20:13:32 +0000 (23:13 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Wed, 15 Apr 2015 20:13:32 +0000 (23:13 +0300)
commitb5e560c24603e5325a81055c8f36cc45d48609e4
tree882eea8409122dfce95e49f7c022f47942147d15
parent41457fcf970f0ec78004cc0f7b29f1d37021fbfb
Error out in pg_rewind if lstat() fails.

A "file not found" is expected if the source server is running, so don't
complain about that. But any other error is definitely not expected.
src/bin/pg_rewind/copy_fetch.c