Cleanup from patch applied.
authorBruce Momjian
Sat, 13 Sep 1997 11:45:50 +0000 (11:45 +0000)
committerBruce Momjian
Sat, 13 Sep 1997 11:45:50 +0000 (11:45 +0000)
src/backend/nodes/copyfuncs.c

index 19515ac0268fa4e2bdffd7ea68b47299b6a0aa0c..2b3a474bfc0b08429b24682a359f142797da2c74 100644 (file)
@@ -7,7 +7,7 @@
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/nodes/copyfuncs.c,v 1.11 1997/09/12 22:07:59 momjian Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/nodes/copyfuncs.c,v 1.12 1997/09/13 11:45:50 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -725,7 +725,7 @@ _copyConst(Const *from)
     *  puts in the right values here.
     * ----------------
     */
-   if (!from->constisnull && cached_type != from->consttype) {
+   if (!from->constisnull && cached_type != from->consttype)
    {
        HeapTuple   typeTuple;
        TypeTupleForm typeStruct;