You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-07-17 01:12:23 +02:00
Force PostgreSQL versions to string for newer versions of JSON:PP.
Since 2.91 JSON::PP has a bias for saving variables that look like numbers as numbers even if they were declared as strings. Force versions to strings where needed by appending ''. Update the json-pp-perl package on Ubuntu 18.04 to 2.97 to provide test coverage.
This commit is contained in:
@ -418,7 +418,7 @@ sub containerBuild
|
||||
}
|
||||
else
|
||||
{
|
||||
$strScript .= ' liblz4-dev';
|
||||
$strScript .= ' libjson-pp-perl liblz4-dev';
|
||||
}
|
||||
|
||||
if (vmLintC($strOS))
|
||||
|
Reference in New Issue
Block a user