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:
parent
2286c4bfe8
commit
fb35cb83b6
@ -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';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user