Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit597205c

Browse files
committed
From: Keith Parks <emkxp01@mtcc.demon.co.uk>Looks like :vartypmod got transmuted to %vartypmod in an editing session.
1 parente9491eb commit597205c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/nodes/outfuncs.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* Copyright (c) 1994, Regents of the University of California
77
*
8-
* $Id: outfuncs.c,v 1.55 1998/12/15 04:00:46 scrappy Exp $
8+
* $Id: outfuncs.c,v 1.56 1998/12/17 13:09:52 scrappy Exp $
99
*
1010
* NOTES
1111
* Every (plan) node in POSTGRES has an associated "out" routine which
@@ -634,7 +634,7 @@ static void
634634
_outVar(StringInfostr,Var*node)
635635
{
636636
appendStringInfo(str,
637-
" VAR :varno %d :varattno %d :vartype %u%vartypmod %d ",
637+
" VAR :varno %d :varattno %d :vartype %u:vartypmod %d ",
638638
node->varno,
639639
node->varattno,
640640
node->vartype,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp