pgsql/src include/utils/excid.h include/utils/ ...

From: Tom Lane <tgl(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src include/utils/excid.h include/utils/ ...
Date: 2001-02-06 01:53:53
Message-ID: 200102060153.f161rr837088@hub.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: tgl(at)hub(dot)org 01/02/05 20:53:53

Modified files:
src/include/utils: excid.h memutils.h
src/backend/utils/error: excid.c
src/backend/utils/mmgr: mcxt.c

Log message:
Out-of-bounds memory allocation request sizes should be treated as just
elog(ERROR) not an Assert trap, since we've downgraded out-of-memory to
elog(ERROR) not a fatal error. Also, change the hard boundary from 256Mb
to 1Gb, just so that anyone who's actually got that much memory to spare
can play with TOAST objects approaching a gigabyte.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2001-02-06 02:00:09 pgsql/src/interfaces/libpq fe-exec.c
Previous Message Peter Eisentraut - PostgreSQL 2001-02-05 19:21:46 pgsql/doc/src/sgml func.sgml