|
5 | 5 | *
|
6 | 6 | * Copyright (c) 1994, Regents of the University of California
|
7 | 7 | *
|
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 $ |
9 | 9 | *
|
10 | 10 | * NOTES
|
11 | 11 | * Every (plan) node in POSTGRES has an associated "out" routine which
|
@@ -718,7 +718,7 @@ static void
|
718 | 718 | _outArrayRef(StringInfostr,ArrayRef*node)
|
719 | 719 | {
|
720 | 720 | appendStringInfo(str,
|
721 |
| -" ARRAYREF :refelemtype %u :refattrlength$d :refelemlength %d ", |
| 721 | +" ARRAYREF :refelemtype %u :refattrlength%d :refelemlength %d ", |
722 | 722 | node->refelemtype,
|
723 | 723 | node->refattrlength,
|
724 | 724 | node->refelemlength);
|
|