Subject: | Tests don't pass in Pg 9.2 |
Error is:
t/03dbmethod.t ...... 1/534 DBD::Pg::db table_info failed: ERROR:
column t.spclocation does not exist
LINE 11: ...t(t.spcname) AS "pg_tablespace_name", quote_ident(t.spclocat...
^ at
t/03dbmethod.t line 478.
Issuing rollback() due to DESTROY without explicit disconnect() of
DBD::Pg::db handle
dbname=postgres;port=5440;host=/home/depesz/.cpan/build/DBD-Pg-2.19.2-YtW2ws/dbdpg_test_database/data/socket
at t/03dbmethod.t line 478.
Seems that catalog change in Pg 9.2 broke the tests. Perhaps just remove
this test?