diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2001-12-04 02:21:35 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2001-12-04 02:21:35 +0000 |
commit | e469fac240a229a5ed79b3e9c1f8a87ac0b47096 (patch) | |
tree | 2d8c3480bdb6d753d7d098c304e07fb3e2710789 /doc/src | |
parent | 05321754965b0f5a9562adf7acef89231130c69e (diff) | |
download | postgresql-e469fac240a229a5ed79b3e9c1f8a87ac0b47096.tar.gz postgresql-e469fac240a229a5ed79b3e9c1f8a87ac0b47096.zip |
Recommend --enable-debug with somewhat more enthusiasm.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/installation.sgml | 8 |
1 files changed, 4 insertions, 4 deletions
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 @@ -<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.67 2001/11/28 20:49:10 petere Exp $ --> +<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.68 2001/12/04 02:21:35 tgl Exp $ --> <chapter id="installation"> <title><![%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> |