Comment on top of RangeVarGetRelidExtended in namespace.c mentioning RangeVarGetRelid
Started by Michael Paquieralmost 8 years ago3 messages
Hi all,
While reviewing the NOWAIT patch for VACUUM (well, SKIP_LOCKED per these
day's trends), I bumped into $subject.
Attached is a one-liner.
Thanks,
--
Michael
Attachments:
namespace-c-typo.patchtext/plain; charset=us-asciiDownload
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.
*
Re: Comment on top of RangeVarGetRelidExtended in namespace.c mentioning RangeVarGetRelid
Greetings Michael,
* Michael Paquier (michael@paquier.xyz) wrote:
While reviewing the NOWAIT patch for VACUUM (well, SKIP_LOCKED per these
day's trends), I bumped into $subject.Attached is a one-liner.
Thanks, fix pushed.
Stephen