Changes between Version 5 and Version 6 of DevWikiPostGISCoding


Ignore:
Timestamp:
Dec 9, 2010, 1:39:29 PM (13 years ago)
Author:
pramsey
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DevWikiPostGISCoding

    v5 v6  
    7373Note the order in which things are allocated and freed.
    7474
    75  # We get our pointers to the varlena objects
    76  # We deserialize them into LWGEOM
    77  # We do our work
    78  # We serialize our result back to a varlena
    79  # We free our LWGEOM
    80  # We conditionally free our input varlena
    81  # We return
     75 1. We get our pointers to the varlena objects
     76 2. We deserialize them into LWGEOM
     77 3. We do our work
     78 4. We serialize our result back to a varlena
     79 5. We free our LWGEOM
     80 6. We conditionally free our input varlena
     81 7. We return
    8282
    8383{{{