Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 06ca148

Browse files
committed
Fix typo for RangeVarGetRelidExtended
The function is actually RangeVarGetRelidExtended, so the comment should reflect that. Author: Michael Paquier Discussion: https://postgr.es/m/[email protected]
1 parent 5b804cc commit 06ca148

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/catalog/namespace.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ static bool MatchNamedCall(HeapTuple proctup, int nargs, List *argnames,
202202

203203

204204
/*
205-
* RangeVarGetRelid
205+
* RangeVarGetRelidExtended
206206
* Given a RangeVar describing an existing relation,
207207
* select the proper namespace and look up the relation OID.
208208
*

0 commit comments

Comments
 (0)