[postgis-devel] [PostGIS] #2012: Regress failures on 9.3dev
PostGIS
trac at osgeo.org
Sat Sep 22 08:21:43 PDT 2012
#2012: Regress failures on 9.3dev
---------------------+------------------------------------------------------
Reporter: robe | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.1.0
Component: postgis | Version: trunk
Keywords: |
---------------------+------------------------------------------------------
Comment(by robe):
Harmless errors, but what to do. Difference seems 9.3 is not outputting
the CREATE TABLE notices.
e.g. for regress_management we are expecting:
{{{
NOTICE: CREATE TABLE will create implicit sequence "test_pt_gid_seq" for
serial column "test_pt.gid"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index
"test_pt_pkey" for table "test_pt"
1
The result: public.test_pt dropped.
NOTICE: table "unexistent" does not exist, skipping
Unexistant: public.unexistent dropped.
}}}
But 9.3 is giving
{{{
1
The result: public.test_pt dropped.
NOTICE: table "unexistent" does not exist, skipping
Unexistant: public.unexistent dropped.
}}}
On regress_management, we've even got at the top:
{{{
\set VERBOSITY terse
}}}
But 9.3's idea of terse must be more terse than other versions
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2012#comment:2>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-devel
mailing list