From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | bruc(at)stone(dot)congen(dot)com, pgsql-bugs(at)postgresql(dot)org |
Subject: | Re: Large data field causes a backend crash. |
Date: | 2001-02-06 02:10:17 |
Message-ID: | 200102060210.VAA08055@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
> pgsql-bugs(at)postgresql(dot)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 ...
Tom, can you give a little more detail. Why does the copy fail here?
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2001-02-06 02:11:23 | Re: Large data field causes a backend crash. |
Previous Message | Tom Lane | 2001-02-06 01:49:40 | Re: Large data field causes a backend crash. |