diff options
author | Bruce Momjian <bruce@momjian.us> | 2011-11-29 22:35:06 -0500 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2011-11-29 22:35:48 -0500 |
commit | 99f5e47df5d04670be2fb5d575d6dc294a312eea (patch) | |
tree | 25e8205fd9773548e74867a2111a45cd364b2ec6 /doc/src | |
parent | 0195e5c4ab1ac710b280f7834202a7164058379c (diff) | |
download | postgresql-99f5e47df5d04670be2fb5d575d6dc294a312eea.tar.gz postgresql-99f5e47df5d04670be2fb5d575d6dc294a312eea.zip |
Change installation docs to mention general debugging options.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/installation.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 76c64e5ccee..113596138ef 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -1417,8 +1417,8 @@ su - postgres <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"</> if using a debugger. + ability to detect and debug server errors. Your debugger might + also require specific compiler flags to produce useful output. </para> </note> </step> |