libpq 1.4.2

Safe binding for libpq
Documentation
1
2
3
4
pub type Oid = u32;

// @see https://github.com/postgres/postgres/blob/REL_12_2/src/include/postgres_ext.h#L34
pub(crate) const INVALID: Oid = 0;