pgsql/doc/src/sgml/ref (declare.sgml) - Mailing list pgsql-committers

From Tom Lane
Subject pgsql/doc/src/sgml/ref (declare.sgml)
Date
Msg-id 200006280330.e5S3UvE62444@hub.org
Whole thread Raw
List pgsql-committers
  Date: Tuesday, June 27, 2000 @ 23:30:56
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/doc/src/sgml/ref
     from hub.org:/home/projects/pgsql/tmp/cvs-serv57303/doc/src/sgml/ref

Modified Files:
    declare.sgml

-----------------------------  Log Message  -----------------------------

First phase of memory management rewrite (see backend/utils/mmgr/README
for details).  It doesn't really do that much yet, since there are no
short-term memory contexts in the executor, but the infrastructure is
in place and long-term contexts are handled reasonably.  A few long-
standing bugs have been fixed, such as 'VACUUM; anything' in a single
query string crashing.  Also, out-of-memory is now considered a
recoverable ERROR, not FATAL.
Eliminate a large amount of crufty, now-dead code in and around
memory management.
Fix problem with holding off SIGTRAP, SIGSEGV, etc in postmaster and
backend startup.

pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql/doc/src/sgml (geqo.sgml)
Next
From: Tom Lane
Date:
Subject: pgsql/src/backend (Makefile)