projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0195e5c
)
Change installation docs to mention general debugging options.
author
Bruce Momjian
Wed, 30 Nov 2011 03:35:06 +0000
(22:35 -0500)
committer
Bruce Momjian
Wed, 30 Nov 2011 03:35:48 +0000
(22:35 -0500)
doc/src/sgml/installation.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/installation.sgml
b/doc/src/sgml/installation.sgml
index 76c64e5cceee22530cfd475e4a73439cae09936a..113596138eff9ba892bea5ae557148cd7be38196 100644
(file)
--- a/
doc/src/sgml/installation.sgml
+++ b/
doc/src/sgml/installation.sgml
@@
-1417,8
+1417,8
@@
su - postgres
Server developers should consider using the configure options
--enable-cassert> and
--enable-debug> to enhance the
- ability to detect and debug server errors.
They should also consider
-
running configure with
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
.