Committed by Greg Sabino Mullane <[email protected]>

Subject: [DBD::Pg 2/2] Quick note for failing test.

---
 t/02attribs.t | 1 +
 1 file changed, 1 insertion(+)

diff --git a/t/02attribs.t b/t/02attribs.t
index 89cd943..ab1c7d3 100644
--- a/t/02attribs.t
+++ b/t/02attribs.t
@@ -256,6 +256,7 @@ local $SIG{__WARN__} = sub { $warning = shift; };
 $dbh->do(q{SET client_min_messages = 'DEBUG1'});
 $t='DB handle attribute "PrintWarn" works when on';
 $warning = q{};
+## FIXME: Fails on recent Postgres because the final message is a LOG
 eval {
        $dbh->do('CREATE TEMP TABLE dbd_pg_test_temp(id INT PRIMARY KEY)');
 };
-- 
1.8.4

Reply via email to