1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-14 10:13:05 +02:00
pgbackrest/libc/xs
David Steele edb2c6eb26 Construct Wait object in milliseconds instead of fractional seconds.
The Wait object accepted a double in the constructor for wait time but used TimeMSec internally.  This was done for compatibility with the Perl code.

Instead, use TimeMSec in the Wait constructor and make changes as needed to calling code.

Note that Perl still uses a double for its Wait object so translation is needed in some places.  There are no plans to update the Perl code as it will become obsolete.
2018-11-08 08:37:57 -05:00
..
common Construct Wait object in milliseconds instead of fractional seconds. 2018-11-08 08:37:57 -05:00
config Refactor the common/log tests to not depend on common/harnessLog. 2018-07-20 18:51:42 -04:00
crypto Merge crypto/random module into crypto/crypto. 2018-11-06 20:04:16 -05:00
postgres Improvements to page checksum module and tests: 2017-10-16 11:03:06 -04:00
storage Full abstraction of storage driver interface. 2018-09-14 16:08:33 -04:00