Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 06ca148

Browse filesBrowse files
committed
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
1 parent 5b804cc commit 06ca148
Copy full SHA for 06ca148

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎src/backend/catalog/namespace.c

Copy file name to clipboardExpand all lines: src/backend/catalog/namespace.c
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ static bool MatchNamedCall(HeapTuple proctup, int nargs, List *argnames,
202202

203203

204204
/*
205-
* RangeVarGetRelid
205+
* RangeVarGetRelidExtended
206206
* Given a RangeVar describing an existing relation,
207207
* select the proper namespace and look up the relation OID.
208208
*

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.