Commit 06ca1484 authored by Stephen Frost's avatar Stephen Frost

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
parent 5b804cc1
......@@ -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.
*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment