Skip Menu |

This queue is for tickets about the DBD-Pg CPAN distribution.

Report information
The Basics
Id: 77042
Status: resolved
Priority: 0/
Queue: DBD-Pg

People
Owner: Nobody in particular
Requestors: depesz [...] depesz.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: 2.19.3



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?
Thanks for the report. Pulling the test is not an option: this is a bug inside of Pg.pm.
Should be fixed in 00f3d68a79beb31a06460dd8f7cb73168c33ca5c
Will be part of the just released 2.19.3
Just a note that although this is fixed in 2.19.3, it is missing from the changelog included with that version. I found it (and this bug number) in the developer release changelog.
On Wed Jan 29 19:26:02 2014, IVAN wrote: Show quoted text
> Just a note that although this is fixed in 2.19.3, it is missing from > the changelog included with that version. I found it (and this bug > number) in the developer release changelog.
Thanks. Not sure what happened there; we'll try to be more diligent moving forward.