From: Massimo Dal Zotto <dz@cs.unitn.it>
Marc G. Fournier <scrappy@hub.org>
From: Massimo Dal Zotto <dz@cs.unitn.it>
assert.patch
adds a switch to turn on/off the assert checking if enabled at compile
time. You can now compile postgres with assert checking and disable it
at runtime in a production environment.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/postmaster/postmaster.c | modified | +20 −4 |
| src/backend/tcop/postgres.c | modified | +54 −3 |
| src/backend/utils/init/enbl.c | modified | +2 −2 |
| src/include/c.h | modified | +13 −9 |