]> granicus.if.org Git - postgis/commit
Move SPI_finish to after elog calls. This seems to fix the regression failure in...
authorPaul Ramsey <pramsey@cleverelephant.ca>
Thu, 22 Dec 2011 05:48:52 +0000 (05:48 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Thu, 22 Dec 2011 05:48:52 +0000 (05:48 +0000)
commit3c450186fd6bdfac9fba46e783e26b17b6474060
treea0eca9601fa80268799381ce3015b6ad00af2e31
parent3e5acb4e029ca4b9faacc8ea98e236c8c306b392
Move SPI_finish to after elog calls. This seems to fix the regression failure in 877, though why is not clear. Is SPI_finish removing a memory context that palloc has allocated things inside? This would explain the odd result (tbl and col variables get emptied upon call to SPI_finish).

git-svn-id: http://svn.osgeo.org/postgis/trunk@8498 b70326c6-7e19-0410-871a-916f4a2858ee
postgis/geometry_estimate.c