1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-12 05:01:15 +03:00

Minor wording corrections for object-access hook stuff.

KaiGai Kohei
This commit is contained in:
Robert Haas
2013-04-12 08:39:38 -04:00
parent b620fdabba
commit d017bf41a3
2 changed files with 2 additions and 2 deletions

View File

@@ -96,7 +96,7 @@ RunNamespaceSearchHook(Oid objectId, bool ereport_on_violation)
{
ObjectAccessNamespaceSearch ns_arg;
/* XXX - should be checked at caller side */
/* caller should check, but just in case... */
Assert(object_access_hook != NULL);
memset(&ns_arg, 0, sizeof(ObjectAccessNamespaceSearch));