1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-07-15 01:04:37 +02:00

Rename archive-queue-max option to archive-push-queue-max.

This avoids confusion with the archive-get-queue-max option. The old option name will continue to be accepted.
This commit is contained in:
David Steele
2018-04-18 19:37:35 -04:00
parent ab26c765d4
commit 79b7552940
31 changed files with 110 additions and 87 deletions

View File

@ -103,7 +103,7 @@ testRun()
"Command Options:\n"
"\n"
" --archive-async archive WAL segments asynchronously [default=n]\n"
" --archive-queue-max limit size (in bytes) of the PostgreSQL archive\n"
" --archive-push-queue-max limit size (in bytes) of the PostgreSQL archive\n"
" queue\n"
" --archive-timeout archive timeout [default=60]\n"
"\n"