Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ffd7da commit fea7ab5Copy full SHA for fea7ab5
src/backend/nodes/outfuncs.c
@@ -5,7 +5,7 @@
5
*
6
* Copyright (c) 1994, Regents of the University of California
7
8
- * $Id: outfuncs.c,v 1.89 1999/07/17 20:17:07 momjian Exp $
+ * $Id: outfuncs.c,v 1.90 1999/07/18 19:02:49 tgl Exp $
9
10
* NOTES
11
* Every (plan) node in POSTGRES has an associated "out" routine which
@@ -718,7 +718,7 @@ static void
718
_outArrayRef(StringInfo str, ArrayRef *node)
719
{
720
appendStringInfo(str,
721
- " ARRAYREF :refelemtype %u :refattrlength $d :refelemlength %d ",
+ " ARRAYREF :refelemtype %u :refattrlength %d :refelemlength %d ",
722
node->refelemtype,
723
node->refattrlength,
724
node->refelemlength);
0 commit comments