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:
Stephen Frost 2018-03-06 23:36:26 -05:00
parent 5b804cc168
commit 06ca148430
1 changed files with 1 additions and 1 deletions

View File

@ -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.
*