Re: literal limits in 8.3 - Mailing list pgsql-general

From Tom Lane
Subject Re: literal limits in 8.3
Date
Msg-id 5786.1227560303@sss.pgh.pa.us
Whole thread Raw
In response to Re: literal limits in 8.3  ("Greg Sabino Mullane" <greg@turnstep.com>)
List pgsql-general
"Greg Sabino Mullane" <greg@turnstep.com> writes:
>> What it boils down to is lack of error checking in psql (not the
>> backend).

> What is it about certain boxes that causes the failure, but not on others?

It's a matter of having the out-of-memory condition occur just at the
wrong step, ie, the output from psql's lexical scan (as opposed to the
input, or when trying to construct the Query message to send to the
backend).  So it would depend on factors like 32-vs-64-bit and what
you had ulimit set to.

            regards, tom lane

pgsql-general by date:

Previous
From: "Greg Sabino Mullane"
Date:
Subject: Re: literal limits in 8.3
Next
From: Vishal Arora
Date:
Subject: Re: [ADMIN] PgAgent Job Scehduler is NOT running