Changes between Initial Version and Version 1 of Ticket #3429, comment 15


Ignore:
Timestamp:
Feb 2, 2016, 3:09:09 AM (8 years ago)
Author:
Talkless

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3429, comment 15

    initial v1  
    55Our 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.
    66
    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.
     7perf 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.
    88
    99Problem 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.