pgsql-server/src backend/bootstrap/bootstrap.c ... - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian - CVS)
Subject pgsql-server/src backend/bootstrap/bootstrap.c ...
Date
Msg-id 20020810202918.938374754A7@postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    momjian@postgresql.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


pgsql-committers by date:

Previous
From: jtv@postgresql.org (Jeroen)
Date:
Subject: interfaces/libpqxx/debian
Next
From: momjian@postgresql.org (Bruce Momjian - CVS)
Date:
Subject: pgsql-server/contrib/intarray README.intarray ...