Struct postgres::CancelData
[−]
[src]
pub struct CancelData {
pub process_id: u32,
pub secret_key: u32,
}Contains information necessary to cancel queries for a session.
Fields
process_id | The process ID of the session. |
secret_key | The secret key for the session. |