OSDN Git Service

From: Keith Parks <emkxp01@mtcc.demon.co.uk>
authorMarc G. Fournier <scrappy@hub.org>
Thu, 17 Dec 1998 13:09:52 +0000 (13:09 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Thu, 17 Dec 1998 13:09:52 +0000 (13:09 +0000)
Looks like :vartypmod got transmuted to %vartypmod in an editing session.

src/backend/nodes/outfuncs.c

index 671446a..b11a633 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Copyright (c) 1994, Regents of the University of California
  *
- *  $Id: outfuncs.c,v 1.55 1998/12/15 04:00:46 scrappy Exp $
+ *  $Id: outfuncs.c,v 1.56 1998/12/17 13:09:52 scrappy Exp $
  *
  * NOTES
  *       Every (plan) node in POSTGRES has an associated "out" routine which
@@ -634,7 +634,7 @@ static void
 _outVar(StringInfo str, Var *node)
 {
        appendStringInfo(str, 
-                       " VAR :varno %d :varattno %d :vartype %u %vartypmod %d ",
+                       " VAR :varno %d :varattno %d :vartype %u :vartypmod %d ",
                        node->varno,
                        node->varattno,
                        node->vartype,