-
- Downloads
Allow BASE_BACKUP to be throttled
A new MAX_RATE option allows imposing a limit to the network transfer rate from the server side. This is useful to limit the stress that taking a base backup has on the server. pg_basebackup is now able to specify a value to the server, too. Author: Antonin Houska Patch reviewed by Stefan Radomski, Andres Freund, Zoltán Böszörményi, Fujii Masao, and Álvaro Herrera.
Showing
- doc/src/sgml/protocol.sgml 16 additions, 2 deletionsdoc/src/sgml/protocol.sgml
- doc/src/sgml/ref/pg_basebackup.sgml 21 additions, 0 deletionsdoc/src/sgml/ref/pg_basebackup.sgml
- src/backend/replication/basebackup.c 135 additions, 2 deletionssrc/backend/replication/basebackup.c
- src/backend/replication/repl_gram.y 7 additions, 1 deletionsrc/backend/replication/repl_gram.y
- src/backend/replication/repl_scanner.l 1 addition, 0 deletionssrc/backend/replication/repl_scanner.l
- src/bin/pg_basebackup/pg_basebackup.c 119 additions, 15 deletionssrc/bin/pg_basebackup/pg_basebackup.c
- src/include/replication/basebackup.h 7 additions, 0 deletionssrc/include/replication/basebackup.h
Loading
Please register or sign in to comment