Comment cleanup.
authorBruce Momjian
Fri, 8 Oct 1999 05:20:48 +0000 (05:20 +0000)
committerBruce Momjian
Fri, 8 Oct 1999 05:20:48 +0000 (05:20 +0000)
src/backend/postmaster/postmaster.c

index 2e3ce11a718a9e2327b06ffd94c250e91c269598..9902d3fa0fb88434c896783e7a72f17f81a74c96 100644 (file)
@@ -10,7 +10,7 @@
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.124 1999/10/08 04:28:43 momjian Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.125 1999/10/08 05:20:48 momjian Exp $
  *
  * NOTES
  *
@@ -1771,8 +1771,8 @@ DoBackend(Port *port)
 #endif
 
    /*
-    * Pass the requested debugging level along to the backend.  We
-    * decrement by one; level one debugging in the postmaster traces
+    * Pass the requested debugging level along to the backend.
+    * Level one debugging in the postmaster traces
     * postmaster connection activity, and levels two and higher are
     * passed along to the backend.  This allows us to watch only the
     * postmaster or the postmaster and the backend.