mirror of
https://github.com/postgres/postgres.git
synced 2025-04-24 10:47:04 +03:00
Fix typo for RangeVarGetRelidExtended
The function is actually RangeVarGetRelidExtended, so the comment should reflect that. Author: Michael Paquier Discussion: https://postgr.es/m/20180307035216.GA3184@paquier.xyz
This commit is contained in:
parent
5b804cc168
commit
06ca148430
@ -202,7 +202,7 @@ static bool MatchNamedCall(HeapTuple proctup, int nargs, List *argnames,
|
||||
|
||||
|
||||
/*
|
||||
* RangeVarGetRelid
|
||||
* RangeVarGetRelidExtended
|
||||
* Given a RangeVar describing an existing relation,
|
||||
* select the proper namespace and look up the relation OID.
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user