[postgis-devel] [PostGIS] #1499: topology regression tests fail creating already-present schema
PostGIS
trac at osgeo.org
Thu Feb 2 19:30:58 PST 2012
#1499: topology regression tests fail creating already-present schema
----------------------+-----------------------------------------------------
Reporter: gdt | Owner: strk
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.0.0
Component: topology | Version: trunk
Keywords: |
----------------------+-----------------------------------------------------
Comment(by gdt):
The issue is the same as ticket:1533.
{{{
Index: topology/Makefile.in
===================================================================
--- topology/Makefile.in (revision 9013)
+++ topology/Makefile.in (working copy)
@@ -76,8 +76,8 @@
#Generate upgrade script by stripping things that can't be reinstalled
#e.g. don't bother with tables, types, triggers, and domains
topology_upgrade.sql: topology.sql
- sed -e '/^\(CREATE\|ALTER\)
\(CAST\|TYPE\|TABLE\|SCHEMA\|DOMAIN\|TRIGGER\).*;/d' \
- -e '/^\(CREATE\|ALTER\)
\(CAST\|TYPE\|TABLE\|SCHEMA\|DOMAIN\|TRIGGER\)/,/\;/d' \
+ sed -E -e '/^(CREATE|ALTER)
(CAST|TYPE|TABLE|SCHEMA|DOMAIN|TRIGGER).*;/d' \
+ -e '/^(CREATE|ALTER)
(CAST|TYPE|TABLE|SCHEMA|DOMAIN|TRIGGER)/,/;/d' \
$< > $@
topology_upgrade_20_minor.sql: topology_drop_before.sql
topology_upgrade.sql topology_drop_after.sql
}}}
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1499#comment:3>
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