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

Commit91e6f51

Browse files
committed
'third' -> 'fourth' where needed, per Joe Conway.
1 parent6f30d56 commit91e6f51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎contrib/tablefunc/tablefunc.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1366,10 +1366,10 @@ validateConnectbyTupleDesc(TupleDesc tupdesc, bool show_branch)
13661366
elog(ERROR,"Query-specified return tuple not valid for Connectby: "
13671367
"third column must be type %s",format_type_be(INT4OID));
13681368

1369-
/* check that the type of theforth column is TEXT if applicable */
1369+
/* check that the type of thefourth column is TEXT if applicable */
13701370
if (show_branch&&tupdesc->attrs[3]->atttypid!=TEXTOID)
13711371
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));
13731373

13741374
/* OK, the tupdesc is valid for our purposes */
13751375
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp