Re: Out of memory error

Поиск
Список
Период
Сортировка
От Paul Smith
Тема Re: Out of memory error
Дата
Msg-id 8c58fcec0907061339s28e27f53lebac04dd0adfd40@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Out of memory error  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Out of memory error
Re: Out of memory error
Список pgsql-general
On Mon, Jul 6, 2009 at 3:34 PM, Tom Lane<tgl@sss.pgh.pa.us> wrote:
> Clearly a memory leak, but it's not so clear exactly what's causing it.
> What's that intersects() function?  Can you put together a
> self-contained test case?

It's actually ST_Intersects from PostGIS (some of the PostGIS function
names are still recognize without the leading "ST_").

http://postgis.refractions.net/documentation/manual-1.3/ch06.html#id2574404

# select postgis_version();
            postgis_version
---------------------------------------
 1.3 USE_GEOS=1 USE_PROJ=1 USE_STATS=1

-Paul

--
Paul Smith
http://www.pauladamsmith.com/

В списке pgsql-general по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Out of memory error
Следующее
От: Lee Harr
Дата:
Сообщение: combine multiple row values in to one row