pgsql-server/src backend/bootstrap/bootstrap.c ...

From: momjian(at)postgresql(dot)org (Bruce Momjian - CVS)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/src backend/bootstrap/bootstrap.c ...
Date: 2002-08-10 20:29:18
Message-ID: 20020810202918.938374754A7@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: momjian(at)postgresql(dot)org 02/08/10 16:29:18

Modified files:
src/backend/bootstrap: bootstrap.c
src/backend/port: ipc_test.c
src/backend/postmaster: postmaster.c
src/backend/tcop: postgres.c
src/backend/utils/error: Makefile assert.c
src/backend/utils/mmgr: mcxt.c
src/include : postgres.h
Removed files:
src/backend/utils/error: exc.c excabort.c excid.c

Log message:
This patch removes a lot of unused code related to assertions and
error handling, and simplifies the code that remains. Apparently,
the code that left Berkeley had a whole "error handling subsystem",
which exceptions and whatnot. Since we don't use that anymore,
there's no reason to keep it around.

The regression tests pass with the patch applied. Unless anyone
sees a problem, please apply.

Neil Conway

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2002-08-10 20:38:29 pgsql-server/contrib/intarray README.intarray ...
Previous Message Jeroen 2002-08-10 20:16:08 interfaces/libpqxx/debian