]> granicus.if.org Git - postgresql/commit
Truncate filenames in the leadning end in pg_basebackup verbose output
authorMagnus Hagander <magnus@hagander.net>
Thu, 17 Jan 2013 13:38:49 +0000 (14:38 +0100)
committerMagnus Hagander <magnus@hagander.net>
Thu, 17 Jan 2013 13:38:49 +0000 (14:38 +0100)
commitd7e9ca7ff7efac8b15d4348fd9480c12ed560ae7
tree3bd4bd3f5f720d85cfb2ce1f935f24a78df87d25
parentf3af53441ed0b306692a1cc31003a84d1b5b3cf7
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.
src/bin/pg_basebackup/pg_basebackup.c