| From: | Tom Lane <tgl> |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql/src/backend/optimizer/geqo (geqo_eval.c geqo_main.c) |
| Date: | 2000-06-28 03:31:47 |
| Message-ID: | 200006280331.e5S3Vl762907@hub.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Date: Tuesday, June 27, 2000 @ 23:31:46
Author: tgl
Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/optimizer/geqo
from hub.org:/home/projects/pgsql/tmp/cvs-serv57303/src/backend/optimizer/geqo
Modified Files:
geqo_eval.c geqo_main.c
----------------------------- 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.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2000-06-28 03:31:56 | pgsql/src/backend/postmaster (postmaster.c) |
| Previous Message | Tom Lane | 2000-06-28 03:31:44 | pgsql/src/backend/libpq (be-fsstubs.c be-pqexec.c pqsignal.c) |