1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-07-07 00:35:37 +02:00

Rename PostgreSQL pid file constants and tests.

This commit is contained in:
David Steele
2021-10-13 19:36:59 -04:00
parent 5701620408
commit 01b20724da
15 changed files with 51 additions and 46 deletions

View File

@ -1059,6 +1059,11 @@ sub processText
}
}
if ($strType eq 'html')
{
$strBuffer =~ s/ma[s]ter/master/g;
}
if ($strType eq 'text')
{
$strBuffer =~ s/\&mdash\;/--/g;