• Andrew Dunstan's avatar
    Work around an apparent bug in the Msys DTK perl's regex engine. · e7293e32
    Andrew Dunstan authored
    Several versions of the perl that comes with the Msys DTK have been
    found to have a bug that fails to recognize a ' before a multiline $ in
    some circumstances. To work around the problem, use a character class
    for the '. Another solution would have been to use \n instead of $, but
    that would have changed the test semantics very slightly.
    e7293e32
010_pg_basebackup.pl 7.32 KB