]> granicus.if.org Git - postgresql/commitdiff
#define cleanup: moved #define IPORTAL_DEBUG to config.h
authorMarc G. Fournier <scrappy@hub.org>
Fri, 18 Oct 1996 04:54:47 +0000 (04:54 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Fri, 18 Oct 1996 04:54:47 +0000 (04:54 +0000)
src/backend/access/common/printtup.c

index 556b73b9dfdb8cda2ae3c1c65673f97db3a09e5c..2cf94f5ccf47bb68c6eb8795992be9146b6561d0 100644 (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.