Changes between Version 1 and Version 2 of Ticket #3429, comment 15
- Timestamp:
- 02/02/16 03:11:01 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3429, comment 15
v1 v2 7 7 perf top showed that postgres process is executing init_rt_allocator, rt_something_allocator functions from both postgis-2.1.so and postgis-2.2.so. Had to sigkill (sigterm, hup, int did not work). Only after removing Postgis 2.1 packages, extension update was successfull. 8 8 9 Problem is I do not how to reproduces it, because if I install postgresql-9.4-postigs-2.1, 2.2 packages is also automatically installed, so I get Postgis 2.2 extension by default, if I understand correctly.9 Problem is that I do not how to reproduces it, because if I install postgresql-9.4-postigs-2.1, 2.2 packages is also automatically installed, so I get Postgis 2.2 extension by default, if I understand correctly. 10 10 11 11