]> granicus.if.org Git - postgresql/commitdiff
Fix typo for RangeVarGetRelidExtended
authorStephen Frost <sfrost@snowman.net>
Wed, 7 Mar 2018 04:36:26 +0000 (23:36 -0500)
committerStephen Frost <sfrost@snowman.net>
Wed, 7 Mar 2018 04:36:26 +0000 (23:36 -0500)
The function is actually RangeVarGetRelidExtended, so the comment should
reflect that.

Author: Michael Paquier
Discussion: https://postgr.es/m/20180307035216.GA3184@paquier.xyz

src/backend/catalog/namespace.c

index 65e271a8d11bbd4d79ebf69624a04acb14b013ab..52dd400b9680e31e9f9468ab40def2ba12dfc23b 100644 (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.
  *