Re: libpq PQexecPrepared returns NULL - Mailing list pgsql-interfaces

From Gergely Czuczy
Subject Re: libpq PQexecPrepared returns NULL
Date
Msg-id Pine.LNX.4.44.0403041602100.69-100000@localhost
Whole thread Raw
In response to Re: libpq PQexecPrepared returns NULL  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: libpq PQexecPrepared returns NULL  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-interfaces
hello

the strange thing is -- what i've forgot to mention -- is that
PQerrorMessage returns an empty string, so from this i don't know the
source of the error.

how can I check if it is _really_ out of memory?
i have 1G RAM in the box, and shm values are set:
kernel.shmmax = 536870912
kernel.shmall = 536870912

Bye,

Gergely Czuczy
mailto: phoemix@harmless.hu
PGP: http://phoemix.harmless.hu/phoemix.pgp

The point is, that geeks are not necessarily the outcasts
society often believes they are. The fact is that society
isn't cool enough to be included in our activities.

On Thu, 4 Mar 2004, Tom Lane wrote:

> Gergely Czuczy <phoemix@harmless.hu> writes:
> > i've got a very strange problem, PQexecPrepared returns NULL, but if i
> > immadietly rerun the query it will run normally, returning the query
> > result. what can be the problem, and how could I track it down, solve it?
>
> Check PQerrorMessage().
>
> AFAIR the only reasons for a null result (instead of a possibly-error
> PGresult) would be out-of-memory or connection failure.
>
>             regards, tom lane
>



pgsql-interfaces by date:

Previous
From: Tom Lane
Date:
Subject: Re: libpq PQexecPrepared returns NULL
Next
From: Tom Lane
Date:
Subject: Re: libpq PQexecPrepared returns NULL