]> granicus.if.org Git - postgresql/commitdiff
Document that enabling asserts can _significantly_ slow down the server.
authorBruce Momjian <bruce@momjian.us>
Thu, 6 Mar 2008 21:37:40 +0000 (21:37 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 6 Mar 2008 21:37:40 +0000 (21:37 +0000)
Back patch to 8.3.X.

doc/src/sgml/installation.sgml

index 6b15ffb7b295a5b32e49fd58d9df3323e032af36..d69e27e2e49567d14b5eacc6444f2d3cdbeee4ef 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.300 2008/01/31 20:29:30 tgl Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.300.2.1 2008/03/06 21:37:40 momjian Exp $ -->
 
 <chapter id="installation">
  <title><![%standalone-include[<productname>PostgreSQL</>]]>
@@ -1113,14 +1113,15 @@ su - postgres
         <para>
          Enables <firstterm>assertion</> checks in the server, which test for
          many <quote>cannot happen</> conditions.  This is invaluable for
-         code development purposes, but the tests slow things down a little.
+         code development purposes, but the tests can slow down the
+         server significantly.
          Also, having the tests turned on won't necessarily enhance the
          stability of your server!  The assertion checks are not categorized
          for severity, and so what might be a relatively harmless bug will
          still lead to server restarts if it triggers an assertion
-         failure.  Currently, this option is not recommended for
-         production use, but you should have it on for development work
-         or when running a beta version.
+         failure.  This option is not recommended for production use, but
+         you should have it on for development work or when running a beta
+         version.
         </para>
        </listitem>
       </varlistentry>