projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0941ab
)
Reduce printing from deub level 2 ande layout change.
author
Bruce Momjian
Sat, 7 Dec 1996 04:38:40 +0000
(
04:38
+0000)
committer
Bruce Momjian
Sat, 7 Dec 1996 04:38:40 +0000
(
04:38
+0000)
src/backend/postmaster/postmaster.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/postmaster/postmaster.c
b/src/backend/postmaster/postmaster.c
index f5864cc5936762b51cab529176471f9443041687..80a764e1e5bdab9c47744267b3f0327d2c201129 100644
(file)
--- 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.2
7 1996/11/27 08:15:36 bryanh
Exp $
+ * $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.2
8 1996/12/07 04:38:40 momjian
Exp $
*
* NOTES
*
@@
-1108,7
+1108,7
@@
DoExec(StartupInfo *packet, int portFd)
*/
if (DebugLvl > 1) {
- (void) sprintf(debugbuf, "-d%d", DebugLvl
- 1
);
+ (void) sprintf(debugbuf, "-d%d", DebugLvl);
av[ac++] = debugbuf;
}
else