From: Tom Lane Date: Tue, 4 Dec 2001 02:21:35 +0000 (+0000) Subject: Recommend --enable-debug with somewhat more enthusiasm. X-Git-Tag: REL7_2_BETA4~66 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e469fac240a229a5ed79b3e9c1f8a87ac0b47096;p=thirdparty%2Fpostgresql.git Recommend --enable-debug with somewhat more enthusiasm. --- diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index ab2daa1121b..73ed0cd8513 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -1,4 +1,4 @@ - + <![%standalone-include[<productname>PostgreSQL</>]]> @@ -843,9 +843,9 @@ su - postgres also disables compiler optimization, causing slowdowns. However, having the symbols available is extremely helpful for dealing with any problems that may arise. Currently, this option is - considered of marginal value for production installations, but - you should have it on if you are doing development work or - running a beta version. + recommended for production installations only if you use GCC. + But you should have it on if you are doing development work + or running a beta version. </para> </listitem> </varlistentry>