Re: Comment on top of RangeVarGetRelidExtended in namespace.c mentioning RangeVarGetRelid

2018-03-06 Thread Michael Paquier
On Tue, Mar 06, 2018 at 11:37:15PM -0500, Stephen Frost wrote:
> Thanks, fix pushed.

Thanks, Stephen.
--
Michael


signature.asc
Description: PGP signature


Re: Comment on top of RangeVarGetRelidExtended in namespace.c mentioning RangeVarGetRelid

2018-03-06 Thread Stephen Frost
Greetings Michael,

* Michael Paquier (mich...@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


signature.asc
Description: PGP signature


Comment on top of RangeVarGetRelidExtended in namespace.c mentioning RangeVarGetRelid

2018-03-06 Thread Michael Paquier
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
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.
  *


signature.asc
Description: PGP signature