mirror of https://github.com/citusdata/citus.git
Add namespace to the warn list
parent
9b3ee66a27
commit
f2f7e47e98
|
@ -42,6 +42,7 @@ PreprocessGrantStmt(Node *node, const char *queryString)
|
|||
case OBJECT_SCHEMA:
|
||||
case OBJECT_DATABASE:
|
||||
#else
|
||||
case ACL_OBJECT_NAMESPACE:
|
||||
case ACL_OBJECT_DATABASE:
|
||||
#endif
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue