File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
- <!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.300 2008/01/31 20:29:30 tgl Exp $ -->
1
+ <!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.300.2.1 2008/03/06 21:37:40 momjian Exp $ -->
2
2
3
3
<chapter id="installation">
4
4
<title><![%standalone-include[<productname>PostgreSQL</>]]>
@@ -1113,14 +1113,15 @@ su - postgres
1113
1113
<para>
1114
1114
Enables <firstterm>assertion</> checks in the server, which test for
1115
1115
many <quote>cannot happen</> conditions. This is invaluable for
1116
- code development purposes, but the tests slow things down a little.
1116
+ code development purposes, but the tests can slow down the
1117
+ server significantly.
1117
1118
Also, having the tests turned on won't necessarily enhance the
1118
1119
stability of your server! The assertion checks are not categorized
1119
1120
for severity, and so what might be a relatively harmless bug will
1120
1121
still lead to server restarts if it triggers an assertion
1121
- failure. Currently, this option is not recommended for
1122
- production use, but you should have it on for development work
1123
- or when running a beta version.
1122
+ failure. This option is not recommended for production use, but
1123
+ you should have it on for development work or when running a beta
1124
+ version.
1124
1125
</para>
1125
1126
</listitem>
1126
1127
</varlistentry>
You can’t perform that action at this time.
0 commit comments