Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commitd017bf4

Browse files
committed
Minor wording corrections for object-access hook stuff.
KaiGai Kohei
1 parentb620fda commitd017bf4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎src/backend/catalog/objectaccess.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ RunNamespaceSearchHook(Oid objectId, bool ereport_on_violation)
9696
{
9797
ObjectAccessNamespaceSearchns_arg;
9898

99-
/*XXX -shouldbe checked at caller side */
99+
/*callershouldcheck, but just in case... */
100100
Assert(object_access_hook!=NULL);
101101

102102
memset(&ns_arg,0,sizeof(ObjectAccessNamespaceSearch));

‎src/include/catalog/objectaccess.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
*
3030
* OAT_NAMESPACE_SEARCH should be invoked prior to object name lookup under
3131
* a particular namespace. This event is equivalent to usage permission
32-
*permissionon a schema under the default access control mechanism.
32+
* on a schema under the default access control mechanism.
3333
*
3434
* Other types may be added in the future.
3535
*/

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp