1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-14 10:13:05 +02:00
pgbackrest/doc/xml
David Steele 41118e1b68
Allow ProtocolParallel to complete with no jobs.
If the callback never returned any jobs then protocolParallelDone() would never be true. The reason is that the done state was being set in protocolParallelResult(), which never gets called if there are no results.

Calling protocolParallelResult() doesn't make much sense in this case so instead move the done logic to protocolParallelDone().

For current usage of ProtocolParallel we ensure there are jobs before processing so this is not a live issue, but the new behavior is required for future development.
2020-09-02 11:03:49 -04:00
..
auto v2.29: Auto S3 Credentials on AWS 2020-08-31 07:28:22 -04:00
dtd Fix comment typos. 2019-08-26 12:05:36 -04:00
coding.xml Rename strPtr()/strPtrNull() to strZ()/strZNull(). 2020-07-30 07:49:06 -04:00
contributing.xml Rename strPtr()/strPtrNull() to strZ()/strZNull(). 2020-07-30 07:49:06 -04:00
documentation.xml Add openssl-devel install to documentation build in 711b3e67. 2019-01-30 22:02:42 +02:00
faq.xml Update the PITR FAQ to clarify the default behavior. 2020-06-12 11:27:18 -04:00
index.xml Small wording change in website index / Github readme. 2020-07-20 13:44:11 -04:00
metric.xml Add user guides for CentOS/RHEL 6/7. 2019-05-16 08:32:02 -04:00
reference.xml Add none to compress-type option reference and fix example. 2020-08-27 10:59:04 -04:00
release.xml Allow ProtocolParallel to complete with no jobs. 2020-09-02 11:03:49 -04:00
user-guide-index.xml Update PostgreSQL versions used to build user guides. 2020-07-16 12:54:52 -04:00
user-guide.xml Add archive-mode option to disable archiving on restore. 2020-08-25 15:05:41 -04:00