#define cleanup: moved #define IPORTAL_DEBUG to config.h

This commit is contained in:
Marc G. Fournier 1996-10-18 04:54:47 +00:00
parent 2d8ffead24
commit 6c8465f69b
1 changed files with 1 additions and 3 deletions

View File

@ -8,7 +8,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/access/common/printtup.c,v 1.1.1.1 1996/07/09 06:21:10 scrappy Exp $
* $Header: /cvsroot/pgsql/src/backend/access/common/printtup.c,v 1.2 1996/10/18 04:54:47 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
@ -197,8 +197,6 @@ debugtup(HeapTuple tuple, TupleDesc typeinfo)
printf("\t----\n");
}
/*#define IPORTAL_DEBUG*/
/* ----------------
* printtup_internal
* Protocol expects either T, D, C, E, or N.