mirror of
https://github.com/postgres/postgres.git
synced 2025-08-06 18:42:54 +03:00
From: Keith Parks <emkxp01@mtcc.demon.co.uk>
Looks like :vartypmod got transmuted to %vartypmod in an editing session.
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
*
|
*
|
||||||
* Copyright (c) 1994, Regents of the University of California
|
* 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
|
* NOTES
|
||||||
* Every (plan) node in POSTGRES has an associated "out" routine which
|
* Every (plan) node in POSTGRES has an associated "out" routine which
|
||||||
@@ -634,7 +634,7 @@ static void
|
|||||||
_outVar(StringInfo str, Var *node)
|
_outVar(StringInfo str, Var *node)
|
||||||
{
|
{
|
||||||
appendStringInfo(str,
|
appendStringInfo(str,
|
||||||
" VAR :varno %d :varattno %d :vartype %u %vartypmod %d ",
|
" VAR :varno %d :varattno %d :vartype %u :vartypmod %d ",
|
||||||
node->varno,
|
node->varno,
|
||||||
node->varattno,
|
node->varattno,
|
||||||
node->vartype,
|
node->vartype,
|
||||||
|
Reference in New Issue
Block a user