Changes between Initial Version and Version 1 of Ticket #3238, comment 5


Ignore:
Timestamp:
Aug 16, 2015, 2:27:36 PM (9 years ago)
Author:
robe

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3238, comment 5

    initial v1  
    33What I am noticing here, though its postgis_lib_version() triggering the issue, it doesn't happen if I call postgis_lib_version() directly.
    44
    5 So as far as I can reckon, the postgis_lib_version() is maybe trying to flip back to geos (it's default state), and it can't do that when it's running with postgis_full_version();
     5So as far as I can reckon, the postgis_lib_version() is maybe trying to flip back to geos (it's default state), and it can't do that when it's running within postgis_full_version(); because it's illegal for a subprocess to do that in within a transaction.
    66
    77Anyrate, all works fine (aside from that annoying topology message), when I flip back to geos backend.