Skip to content

Commit 6c8465f

Browse files
committed
#define cleanup: moved #define IPORTAL_DEBUG to config.h
1 parent 2d8ffea commit 6c8465f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/backend/access/common/printtup.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $Header: /cvsroot/pgsql/src/backend/access/common/printtup.c,v 1.1.1.1 1996/07/09 06:21:10 scrappy Exp $
11+
* $Header: /cvsroot/pgsql/src/backend/access/common/printtup.c,v 1.2 1996/10/18 04:54:47 scrappy Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -197,8 +197,6 @@ debugtup(HeapTuple tuple, TupleDesc typeinfo)
197197
printf("\t----\n");
198198
}
199199

200-
/*#define IPORTAL_DEBUG*/
201-
202200
/* ----------------
203201
* printtup_internal
204202
* Protocol expects either T, D, C, E, or N.

0 commit comments

Comments
 (0)