aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2011-11-29 16:31:53 -0500
committerBruce Momjian <bruce@momjian.us>2011-11-29 16:32:38 -0500
commitb60f37bf44c248189ed8e4d925cd8e45308d54f8 (patch)
tree13805b02a605e16d9c8b541cf7dae89c5e94f8d1 /doc/src
parentf1e13001b2ffff676b4b803db9ab439a1619dc4e (diff)
downloadpostgresql-b60f37bf44c248189ed8e4d925cd8e45308d54f8.tar.gz
postgresql-b60f37bf44c248189ed8e4d925cd8e45308d54f8.zip
Suggest configure options for server developers.
Greg Smith
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/installation.sgml9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml
index 41b9009de05..16fbdc6c7c6 100644
--- a/doc/src/sgml/installation.sgml
+++ b/doc/src/sgml/installation.sgml
@@ -1412,6 +1412,15 @@ su - postgres
</varlistentry>
</variablelist>
</para>
+
+ <note>
+ <para>
+ Server developers should consider using the configure options
+ <option>--enable-cassert</> and <option>--enable-debug</> to enhance the
+ ability to detect and debug server errors. They should also consider
+ running configure with <literal>CFLAGS="-O0 -g"</>.
+ </para>
+ </note>
</step>
<step id="build">