(&self)
| 79 | } |
| 80 | |
| 81 | pub(super) fn next_request_id(&self) -> RequestId { |
| 82 | self.state.next_request_id() |
| 83 | } |
| 84 | |
| 85 | /// Resolve the authenticated identity from pgwire client metadata, then |
| 86 | /// overlay the session's superuser tenant override (if any) onto the |
no outgoing calls
no test coverage detected