1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2026-06-21 01:34:15 +02:00

[PBCKP-247]: test commit

This commit is contained in:
Vyacheslav Makarov
2023-02-01 08:12:40 +03:00
parent 4a91181711
commit 388251d079
+1 -1
View File
@@ -675,7 +675,7 @@ option_get_value(ConfigOption *opt)
if (opt->type == 'i')
convert_from_base_unit(*((int32 *) opt->var),
opt->flags & OPTION_UNIT, &value, &unit);
else if (opt->type == 'I')
else if (opt->type == 'i')
convert_from_base_unit(*((int64 *) opt->var),
opt->flags & OPTION_UNIT, &value, &unit);
else if (opt->type == 'u')