]> granicus.if.org Git - postgresql/commit
Limit pg_basebackup progress output to 1/second
authorMagnus Hagander <magnus@hagander.net>
Sun, 9 Feb 2014 11:47:09 +0000 (12:47 +0100)
committerMagnus Hagander <magnus@hagander.net>
Sun, 9 Feb 2014 11:51:42 +0000 (12:51 +0100)
commit8198a321c9ea2072c5acde438f4d19638e04f6f2
tree05609526738ed52335fe096a5b0e4b26fe09d5c9
parent01025d80a16c747641386e2909deb81e2f9423a6
Limit pg_basebackup progress output to 1/second

This prevents pg_basebackup from generating excessive output when
dumping large clusters. The status is now updated once / second,
still making it possible to see that there is progress happening,
but limiting the total bandwidth.

Mika Eloranta, reviewed by Sawada Masahiko and Oskari Saarenmaa
src/bin/pg_basebackup/pg_basebackup.c