Ticket #334 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

postgis install -- superfluous commit

Reported by: robe Owned by: pramsey
Priority: medium Milestone: PostGIS 1.5.0
Component: postgis Version: trunk
Keywords: Cc:

Description

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

Change History

Changed 2 years ago by robe

  • status changed from new to closed
  • resolution set to fixed

fixed at r4989

Note: See TracTickets for help on using tickets.