(ctx context.Context, kind QueryOriginKind)
| 16 | PostgresReplicationQueryOrigin |
| 17 | // MaintenanceQueryOrigin identifies an explicitly service-owned |
| 18 | // maintenance connection (checkpoint/backup/catalog work). |
| 19 | MaintenanceQueryOrigin |
| 20 | // RecoveryQueryOrigin identifies an explicitly service-owned recovery or |
| 21 | // restart connection. |
| 22 | RecoveryQueryOrigin |
| 23 | ) |
no outgoing calls
no test coverage detected