Truncate filenames in the leadning end in pg_basebackup verbose output

Magnus Hagander <magnus@hagander.net>

Commit: d7e9ca7ff7efac8b15d4348fd9480c12ed560ae7
Author: Magnus Hagander <magnus@hagander.net>
Date: 2013-01-17T13:38:49Z
Releases: 9.3.0
Truncate filenames in the leadning end in pg_basebackup verbose output

When truncating at the end, like before, the output would often end up
just showing the path instead of the filename.

Also increase the length of the filename by 5, which still keeps us at
less than 80 characters in most outputs.

Files

PathChange+/−
src/bin/pg_basebackup/pg_basebackup.c modified +18 −6