Add mention of errfinish.
authorBruce Momjian
Thu, 27 Oct 2005 13:48:14 +0000 (13:48 +0000)
committerBruce Momjian
Thu, 27 Oct 2005 13:48:14 +0000 (13:48 +0000)
doc/FAQ_DEV
doc/src/FAQ/FAQ_DEV.html

index 6b75c7be449eb2a788064207aa281669e197d758..ac8b8ff0aeba4ce0d94cd9e597f743d45ddc40ad 100644 (file)
@@ -1,7 +1,7 @@
 
           Developer's Frequently Asked Questions (FAQ) for PostgreSQL
                                        
-   Last updated: Mon Sep 19 21:28:08 EDT 2005
+   Last updated: Thu Oct 27 09:48:14 EDT 2005
    
    Current maintainer: Bruce Momjian ([email protected])
    
@@ -798,11 +798,13 @@ typedef struct nameData
    If the postmaster is running, start psql in one window, then find the
    PID of the postgres process used by psql using SELECT
    pg_backend_pid(). Use a debugger to attach to the postgres PID. You
-   can set breakpoints in the debugger and issue queries from psql. If
-   you are debugging postgres startup, you can set PGOPTIONS="-W n", then
-   start psql. This will cause startup to delay for n seconds so you can
-   attach to the process with the debugger, set any breakpoints, and
-   continue through the startup sequence.
+   can set breakpoints in the debugger and issue queries from the other.
+   If you are looking to find the location that is generating an error or
+   log message, set a breakpoint at errfinish. psql. If you are debugging
+   postgres startup, you can set PGOPTIONS="-W n", then start psql. This
+   will cause startup to delay for n seconds so you can attach to the
+   process with the debugger, set any breakpoints, and continue through
+   the startup sequence.
    
    You can also compile with profiling to see what functions are taking
    execution time. The backend profile files will be deposited in the
index 69db6aa18c8a5d15deceeac652fec4d39e68c6a0..7acb76feb941ad87552267f1d838b19f37be7659 100644 (file)
@@ -13,7 +13,7 @@
     

Developer's Frequently Asked Questions (FAQ) for

     PostgreSQL
 
-    

Last updated: Mon Sep 19 21:28:08 EDT 2005

+    

Last updated: Thu Oct 27 09:48:14 EDT 2005

 
     

Current maintainer: Bruce Momjian (

     window, then find the PID of the postgres
     process used by psql using SELECT pg_backend_pid().
     Use a debugger to attach to the postgres PID.
-    You can set breakpoints in the debugger and issue queries from
+    You can set breakpoints in the debugger and issue queries from the
+    other.  If you are looking to find the location that is generating
+    an error or log message, set a breakpoint at errfinish.
 
     psql. If you are debugging postgres startup, you can
     set PGOPTIONS="-W n", then start psql. This will cause startup