From: Stephen Frost Date: Wed, 7 Mar 2018 04:36:26 +0000 (-0500) Subject: Fix typo for RangeVarGetRelidExtended X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=06ca148430e45a68ad20172fc8a5bd353b6351e0;p=users%2Fheikki%2Fpostgres.git 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 --- diff --git a/src/backend/catalog/namespace.c b/src/backend/catalog/namespace.c index 65e271a8d1..52dd400b96 100644 --- a/src/backend/catalog/namespace.c +++ b/src/backend/catalog/namespace.c @@ -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. *