1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-02 11:44:50 +03:00

Reduce printing from deub level 2 ande layout change.

This commit is contained in:
Bruce Momjian 1996-12-07 04:38:40 +00:00
parent c0941ab7f0
commit 2e20099e32

View File

@ -10,7 +10,7 @@
* *
* *
* IDENTIFICATION * IDENTIFICATION
* $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 $
* *
* NOTES * NOTES
* *
@ -1108,7 +1108,7 @@ DoExec(StartupInfo *packet, int portFd)
*/ */
if (DebugLvl > 1) { if (DebugLvl > 1) {
(void) sprintf(debugbuf, "-d%d", DebugLvl - 1); (void) sprintf(debugbuf, "-d%d", DebugLvl);
av[ac++] = debugbuf; av[ac++] = debugbuf;
} }
else else