1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-16 10:20:02 +02:00
pgbackrest/src/command/check
David Steele 87996558d2
Replace double type with time in config module.
The C code does not use doubles to represent seconds like the Perl code did so time can be represented as an integer which reduces the number of data types that config has to understand.

Also remove Variant doubles since they are no longer used.

Note that not all double code was removed since we still need to display times to the user in seconds and it is possible for the times to be fractional. In the future this will likely be simplified by storing the original user input and using that value when the time needs to be displayed.
2020-12-09 08:59:51 -05:00
..
check.c Replace double type with time in config module. 2020-12-09 08:59:51 -05:00
check.h Move extern function comments to headers. 2020-04-03 18:01:28 -04:00
common.c Prepare configuration module for multi-repository support. 2020-11-23 15:55:46 -05:00
common.h Use zero-based indexes when referring to option indexes. 2020-10-26 10:25:16 -04:00