Changes between Initial Version and Version 1 of Ticket #3429, comment 15
- Timestamp:
- 02/02/16 03:09:09 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3429, comment 15
initial v1 5 5 Our DBA tried to update Postgis extension, but some strange errors occurred, like something about changing "postgis.backed" and this infinite loop mentioned in bug report. 6 6 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 extension update was successfull.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 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.