From: | John Wells <jb(at)sourceillustrated(dot)com> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | elog: out of memory |
Date: | 2004-03-01 02:39:40 |
Message-ID: | 20040229213940.7539f846.jb@sourceillustrated.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Guys,
One of my scripts (php) is returning "elog: out of memory". Can anyone tell me what this means? Haven't really found anything on the web yet except some code references....
And wouldn't you know it...script has function fine for some time, but 6.5 hours before deadline and it craps...
(handlePearError) A Pear database error has been caught:
DB Error: unknown errordb_error Object
(
[error_message_prefix] =>
[mode] => 16
[level] => 1024
[code] => -1
[message] => DB Error: unknown error
[userinfo] => select tblJCSch.jcid, tblJCHead.jcno, tblJCHead.cardtitle, tblJCSch.checktypeid
FROM (tblJCHead INNER JOIN _ztwdsjc59345ac000865a6e5ae2e3dd73786707
ON tblJCHead.JCID = _ztwdsjc59345ac000865a6e5ae2e3dd73786707.JCID)
INNER JOIN tblJCSch ON tblJCHead.JCID = tblJCSch.JCID
where tblJCSch.schtypeid = 47
and tblJCSch.checktypeid = ID |Check |Priority|Description [0]
and tblJCSch.jcid = tblJCHead.jcid
and tblJCHead.deckid = 10
order by tblJCHead.jcno [nativecode=ERROR: elog: out of memory
]
[callback] => handlePearError
Thanks for your help!
John
From | Date | Subject | |
---|---|---|---|
Next Message | Greg Stark | 2004-03-01 06:25:40 | Re: count(1) return 0? |
Previous Message | Zak McGregor | 2004-03-01 02:28:31 | Re: count(1) return 0? |