Skip to content

Commit 91e6f51

Browse files
committed
'third' -> 'fourth' where needed, per Joe Conway.
1 parent 6f30d56 commit 91e6f51

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 the forth column is TEXT if applicable */
1369+
/* check that the type of the fourth 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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy