Opened 15 years ago
Closed 15 years ago
#334 closed defect (fixed)
postgis install -- superfluous commit
Reported by: | robe | Owned by: | pramsey |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 1.5.0 |
Component: | postgis | Version: | master |
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
Note:
See TracTickets
for help on using tickets.
fixed at r4989