[DBD::Pg] Use DEBUG1 for the PrintWarn test, as Postgres got less chatty in 9.3
dbdpg-commits-gENoVmVU/[email protected] Fri, 17 May 2013 22:10:55 -0400
| Newsgroups | gmane.comp.db.postgresql.dbdpg.cvs |
|---|---|
| Message-ID | <[email protected]> |
Committed by Erik Rijkers <er-qWit8jRvyhVmR6Xm/[email protected]> Use DEBUG1 for the PrintWarn test, as Postgres got less chatty in 9.3 --- Changes | 3 +++ t/02attribs.t | 2 +- 2 files changed, 4 insertions(+), 1 deletions(-) diff --git a/Changes b/Changes index 76632dd..20395a7 100644 --- a/Changes +++ b/Changes @@ -16,6 +16,9 @@ Version ??? - Better wording for the AutoCommit docs (CPAN bug #82536) + - Change NOTICE to DEBUG1 in t/02attribs.t test for handle attribute "PrintWarn": + implicit index creation is now quieter in Postgres [Erik Rijkers] + Version 2.19.3 Released August 21, 2012 (git commit be018f10fdaf4163f98affcb7244046e8f47420d) - Fix bug in pg_st_split_statement causing segfaults diff --git a/t/02attribs.t b/t/02attribs.t index e98add9..197d962 100644 --- a/t/02attribs.t +++ b/t/02attribs.t @@ -251,7 +251,7 @@ is ($value, 1, $t); local $SIG{__WARN__} = sub { $warning = shift; }; -$dbh->do(q{SET client_min_messages = 'NOTICE'}); +$dbh->do(q{SET client_min_messages = 'DEBUG1'}); $t='DB handle attribute "PrintWarn" works when on'; $warning = q{}; eval { -- 1.7.1