Re: Large data field causes a backend crash. - Mailing list pgsql-bugs

From Tom Lane
Subject Re: Large data field causes a backend crash.
Date
Msg-id 22297.981424180@sss.pgh.pa.us
Whole thread Raw
In response to Large data field causes a backend crash.  (pgsql-bugs@postgresql.org)
Responses Re: Large data field causes a backend crash.  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: Large data field causes a backend crash.  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-bugs
pgsql-bugs@postgresql.org writes:
> Large data field causes a backend crash.

> test=# copy test from '/stf/bruc/RnD/genscan/foo.test';
> TRAP: Too Large Allocation Request("!(0 < (size) && (size) <= ((Size) 0xfffffff)):size=268435456 [0x10000000]", File:
"mcxt.c",Line: 478) 
> !(0 < (size) && (size) <= ((Size) 0xfffffff)) (0) [No such file or directory]

Yeah, this should probably be treated as a plain elog(ERROR) now,
instead of an Assert failure ...

            regards, tom lane

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] Re: syslog logging setup broken?
Next
From: Bruce Momjian
Date:
Subject: Re: Large data field causes a backend crash.