1
0
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:
David Steele
2019-07-05 17:25:01 -04:00
parent 9836578520
commit 488fb67294
6 changed files with 22 additions and 15 deletions

View File

@ -418,7 +418,7 @@ sub containerBuild
}
else
{
$strScript .= ' liblz4-dev';
$strScript .= ' libjson-pp-perl liblz4-dev';
}
if (vmLintC($strOS))