Content-Length: 265007 | pFad | http://github.com/postgres/postgres/commit/2e20099e328dcaff068841e8637e268fb6d17beb
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0941ab commit 2e20099Copy full SHA for 2e20099
src/backend/postmaster/postmaster.c
@@ -10,7 +10,7 @@
10
*
11
12
* IDENTIFICATION
13
- * $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.27 1996/11/27 08:15:36 bryanh Exp $
+ * $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.28 1996/12/07 04:38:40 momjian Exp $
14
15
* NOTES
16
@@ -1108,7 +1108,7 @@ DoExec(StartupInfo *packet, int portFd)
1108
*/
1109
1110
if (DebugLvl > 1) {
1111
- (void) sprintf(debugbuf, "-d%d", DebugLvl - 1);
+ (void) sprintf(debugbuf, "-d%d", DebugLvl);
1112
av[ac++] = debugbuf;
1113
}
1114
else
Fetched URL: http://github.com/postgres/postgres/commit/2e20099e328dcaff068841e8637e268fb6d17beb
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy
0 commit comments