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

Поиск
Список
Период
Сортировка
От momjian@postgresql.org (Bruce Momjian - CVS)
Тема pgsql-server/src backend/bootstrap/bootstrap.c ...
Дата
Msg-id 20020810202918.938374754A7@postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: jtv@postgresql.org (Jeroen)
Дата:
Сообщение: interfaces/libpqxx/debian
Следующее
От: momjian@postgresql.org (Bruce Momjian - CVS)
Дата:
Сообщение: pgsql-server/contrib/intarray README.intarray ...