[postgis-tickets] [PostGIS] #2260: Benchmarking speed between built-in tiger normalizer and pagc_address_parser

PostGIS trac at osgeo.org
Sat Apr 20 12:12:05 PDT 2013


#2260: Benchmarking speed between built-in tiger normalizer and
pagc_address_parser
---------------------------------+------------------------------------------
 Reporter:  robe                 |       Owner:  robe         
     Type:  task                 |      Status:  new          
 Priority:  medium               |   Milestone:  PostGIS 2.1.0
Component:  pagc_address_parser  |     Version:  trunk        
 Keywords:                       |  
---------------------------------+------------------------------------------

Comment(by woodbri):

 I'm pretty sure the issue is not the case of pfree trying to free memory
 allocated by malloc because we would have the same issue on Linux. Linux
 runs in valgrind without any leaks or errors. This has something to do
 with palloc and SPI_palloc or something out the SPI context being
 requested to be pfree in SPI_pfree. I'm still a little weak when it comes
 to understanding what the various pg memory contexts are and how to
 differentiate them.

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2260#comment:15>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.


More information about the postgis-tickets mailing list