]> granicus.if.org Git - postgresql/commit
This patch removes a lot of unused code related to assertions and
authorBruce Momjian <bruce@momjian.us>
Sat, 10 Aug 2002 20:29:18 +0000 (20:29 +0000)
committerBruce Momjian <bruce@momjian.us>
Sat, 10 Aug 2002 20:29:18 +0000 (20:29 +0000)
commitc5354dff2052e6922ae7add998753d9bafcd19b0
tree59fea2bf500334eeb549109193b20ffbe2580430
parent8be9bd83acd43762cf0dc8a45229a693896e7755
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
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
src/backend/utils/error/assert.c
src/backend/utils/error/exc.c [deleted file]
src/backend/utils/error/excabort.c [deleted file]
src/backend/utils/error/excid.c [deleted file]
src/backend/utils/mmgr/mcxt.c
src/include/postgres.h