You've already forked pgbackrest
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:
@ -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;
|
||||
|
Reference in New Issue
Block a user