From 7090c3e858562b88cdca4f908b0cf939b9327dc6 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Fri, 11 Aug 2000 18:31:10 +0000 Subject: Make debug_assertions default to ON, when compiled in at all, for backwards compatibility with old behavior. --- doc/src/sgml/runtime.sgml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index 5b85a80c6b9..ada29b5b601 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -1,5 +1,5 @@ @@ -683,8 +683,11 @@ env PGOPTIONS='--geqo=off' psql Turns on various assertion checks. This is a debugging aid. If you are experiencing strange problems or crashes you might want to turn this on, as it might expose programming mistakes. - To use this option, the macro USE_ASSERT_CHECKING - must be defined when Postgres is built. + To use this option, the macro USE_ASSERT_CHECKING + must be defined when Postgres is built (see the configure option + --enable-cassert). Note that + DEBUG_ASSERTIONS defaults to ON if Postgres + has been built this way. -- cgit v1.2.3