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

Commitfea7ab5

Browse files
committed
Fix typo in _outArrayRef().
1 parent7ffd7da commitfea7ab5

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.89 1999/07/17 20:17:07 momjian Exp $
8+
*$Id: outfuncs.c,v 1.90 1999/07/18 19:02:49 tgl Exp $
99
*
1010
* NOTES
1111
* Every (plan) node in POSTGRES has an associated "out" routine which
@@ -718,7 +718,7 @@ static void
718718
_outArrayRef(StringInfostr,ArrayRef*node)
719719
{
720720
appendStringInfo(str,
721-
" ARRAYREF :refelemtype %u :refattrlength$d :refelemlength %d ",
721+
" ARRAYREF :refelemtype %u :refattrlength%d :refelemlength %d ",
722722
node->refelemtype,
723723
node->refattrlength,
724724
node->refelemlength);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp