Returns whether this is user is the `mz_system` user.
(&self)
| 132 | |
| 133 | /// Returns whether this is user is the `mz_system` user. |
| 134 | pub fn is_system_user(&self) -> bool { |
| 135 | self == &*SYSTEM_USER |
| 136 | } |
| 137 | |
| 138 | /// Returns whether we should limit this user's connections to max_connections |
| 139 | pub fn limit_max_connections(&self) -> bool { |
no outgoing calls
no test coverage detected