[postgis-devel] [PostGIS] #334: postgis install -- superfluous commit
PostGIS
trac at osgeo.org
Fri Dec 4 06:55:37 PST 2009
#334: postgis install -- superfluous commit
---------------------+------------------------------------------------------
Reporter: robe | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 1.5.0
Component: postgis | Version: trunk
Keywords: |
---------------------+------------------------------------------------------
I think we have an extra commit in our postgis.sql. I saw some error
flying by before but wasn't paying attention.
When installing against PostgreSQL 8.5 (since my regress is giving weird
errors)
{{{
psql: FATAL: parameter "port" cannot be changed without restarting the
server
Creating spatial db postgis_reg
createdb: could not connect to database postgres: FATAL: parameter "port"
canno
t be changed without restarting the server
}}}
I decided to step thru the install to make sure it installs.
-- I just noticed it.
There is a commit being generated right after ST_Intersection
COMMIT;
So our install is not completely wrapped in a transaction. The last
COMMIT; after ST_MinimumBoundingCircle gives a
psql:postgis.sql:7710: WARNING: there is no transaction in progress
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/334>
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