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;