From: Massimo Dal Zotto <dz@cs.unitn.it>

Marc G. Fournier <scrappy@hub.org>

Commit: 1a5fb654639ea5d2ecad085cc7c2d5d3d269f620
Author: Marc G. Fournier <scrappy@hub.org>
Date: 1998-08-25T21:04:41Z
Releases: 7.1.1
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

PathChange+/−
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