Constant mz_pgrepr::oid::FIRST_UNPINNED_OID

source ·
pub const FIRST_UNPINNED_OID: u32 = 12000; // 12_000u32
Expand description

The first OID in PostgreSQL’s system catalog that is not pinned during bootstrapping.

See: https://github.com/postgres/postgres/blob/aa0105141/src/include/access/transam.h#L173-L175