aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1999-10-08 05:20:48 +0000
committerBruce Momjian <bruce@momjian.us>1999-10-08 05:20:48 +0000
commitb3c7ad57502815923c9296f189040b659f5370d6 (patch)
treeebbf61dfe364b93ec5c37dd3402dd50cde02ec8f /src
parentfbe9d1a43045c30afb4472bbdc0b257c88832ddc (diff)
downloadpostgresql-b3c7ad57502815923c9296f189040b659f5370d6.tar.gz
postgresql-b3c7ad57502815923c9296f189040b659f5370d6.zip
Comment cleanup.
Diffstat (limited to 'src')
-rw-r--r--src/backend/postmaster/postmaster.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/backend/postmaster/postmaster.c b/src/backend/postmaster/postmaster.c
index 2e3ce11a718..9902d3fa0fb 100644
--- a/src/backend/postmaster/postmaster.c
+++ b/src/backend/postmaster/postmaster.c
@@ -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.