]> granicus.if.org Git - postgresql/commitdiff
Comment cleanup.
authorBruce Momjian <bruce@momjian.us>
Thu, 10 Oct 1996 00:18:52 +0000 (00:18 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 10 Oct 1996 00:18:52 +0000 (00:18 +0000)
src/backend/executor/execQual.c

index ad59d28d9262dc5948b85ccad6ee7c8cad55771e..c10c61a574dc88b5f83ec094b8e81045ba769cae 100644 (file)
@@ -7,7 +7,7 @@
  *
  *
  * IDENTIFICATION
- *    $Header: /cvsroot/pgsql/src/backend/executor/execQual.c,v 1.5 1996/10/07 19:53:15 momjian Exp $
+ *    $Header: /cvsroot/pgsql/src/backend/executor/execQual.c,v 1.6 1996/10/10 00:18:52 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -236,10 +236,6 @@ ExecEvalVar(Var *variable, ExprContext *econtext, bool *isNull)
         tuple_type->attrs[attnum-1] != NULL &&
          variable->vartype == tuple_type->attrs[attnum-1]->atttypid))
     
-      /*
-       * If the attribute number is invalid, then we are supposed to
-           variable->vartype == tuple_type->attrs[attnum-1]->atttypid)
-    
     /*
      * If the attribute number is invalid, then we are supposed to
      * return the entire tuple, we give back a whole slot so that