Re: ERROR: invalid memory alloc request size 0

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "John Hagstrand" <john(dot)hagstrand(at)interageresearch(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: ERROR: invalid memory alloc request size 0
Date: 2004-04-09 12:11:51
Message-ID: 24388.1081512711@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"John Hagstrand" <john(dot)hagstrand(at)interageresearch(dot)com> writes:
> CREATE INDEX idx_geo_property ON property USING gist (geom)

This must be the culprit. I seem to have deleted your prior mail that
would tell me the datatype of the geom column :-( ... what was it again?
And which GIST operator class are you using here?

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2004-04-09 12:53:19 Re: Sorting in Unicode not working
Previous Message John Hagstrand 2004-04-09 09:49:01 Re: ERROR: invalid memory alloc request size 0