1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-01-09 14:45:47 +02:00

Issue #112: Try to not hang out

This commit is contained in:
Arthur Zakirov 2019-08-28 13:24:42 +03:00
parent 2286c4bfe8
commit fb35cb83b6

View File

@ -1171,6 +1171,8 @@ parse_time(const char *value, time_t *result, bool utc_default)
/* wrong format */
else if (!IsSpace(*value))
return false;
else
value++;
}
tmp[len] = '\0';