File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1366,10 +1366,10 @@ validateConnectbyTupleDesc(TupleDesc tupdesc, bool show_branch)
1366
1366
elog (ERROR , "Query-specified return tuple not valid for Connectby: "
1367
1367
"third column must be type %s" , format_type_be (INT4OID ));
1368
1368
1369
- /* check that the type of the forth column is TEXT if applicable */
1369
+ /* check that the type of the fourth column is TEXT if applicable */
1370
1370
if (show_branch && tupdesc -> attrs [3 ]-> atttypid != TEXTOID )
1371
1371
elog (ERROR , "Query-specified return tuple not valid for Connectby: "
1372
- "third column must be type %s" , format_type_be (TEXTOID ));
1372
+ "fourth column must be type %s" , format_type_be (TEXTOID ));
1373
1373
1374
1374
/* OK, the tupdesc is valid for our purposes */
1375
1375
}
You can’t perform that action at this time.
0 commit comments