pub async fn all_locks( pool: &Pool<Postgres>, ) -> Result<Vec<AllLocks>, PgExtrasError>
Shows detailed information about all locks in the database.