Re: TAP / recovery-test fs-level backups, psql enhancements etc - Mailing list pgsql-hackers

From Tom Lane
Subject Re: TAP / recovery-test fs-level backups, psql enhancements etc
Date
Msg-id 16999.1456895212@sss.pgh.pa.us
Whole thread Raw
In response to Re: TAP / recovery-test fs-level backups, psql enhancements etc  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
I wrote:
> Can't use string ("Test::Builder") as a HASH ref while "strict refs" in use at /usr/share/perl5/Test/Builder.pm line
1798.

> The referenced line number is the end of the file,

Oh, scratch that; I was looking at the wrong file.  Actually,
/usr/share/perl5/Test/Builder.pm has

sub details {   my $self = shift;   return @{ $self->{Test_Results} };
}

and line 1798 is the "return" statement in that.  I still lack enough
Perl-fu to decipher this, though.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: create opclass documentation outdated
Next
From: wcting
Date:
Subject: Re: redo failed in physical streaming replication while stopping the master server