|
10 | 10 | * |
11 | 11 | * |
12 | 12 | * IDENTIFICATION |
13 | | - * $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.124 1999/10/0804:28:43 momjian Exp $ |
| 13 | + * $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.125 1999/10/0805:20:48 momjian Exp $ |
14 | 14 | * |
15 | 15 | * NOTES |
16 | 16 | * |
@@ -1771,8 +1771,8 @@ DoBackend(Port *port) |
1771 | 1771 | #endif |
1772 | 1772 |
|
1773 | 1773 | /* |
1774 | | - * Pass the requested debugging level along to the backend. We |
1775 | | - *decrement by one; level one debugging in the postmaster traces |
| 1774 | + * Pass the requested debugging level along to the backend. |
| 1775 | + *Level one debugging in the postmaster traces |
1776 | 1776 | * postmaster connection activity, and levels two and higher are |
1777 | 1777 | * passed along to the backend. This allows us to watch only the |
1778 | 1778 | * postmaster or the postmaster and the backend. |
|