pgrx_pg_sys

Type Alias PageGistNSN

Source
pub type PageGistNSN = PageXLogRecPtr;

Aliased Type§

struct PageGistNSN {
    pub xlogid: u32,
    pub xrecoff: u32,
}

Fields§

§xlogid: u32§xrecoff: u32