Skip to content
  • Fujii Masao's avatar
    44ea72d2
    Fix documentation oversights about pageinspect and initialization fork. · 44ea72d2
    Fujii Masao authored
    The initialization fork was added in 9.1, but has not been taken into
    consideration in documents of get_raw_page function in pageinspect and
    storage layout. This commit fixes those oversights.
    
    get_raw_page can read not only a table but also an index, etc. So it
    should be documented that the function can read any relation. This commit
    also fixes the document of pageinspect that way.
    
    Back-patch to 9.1 where those oversights existed.
    
    Vik Fearing, review by MauMau
    44ea72d2
    Fix documentation oversights about pageinspect and initialization fork.
    Fujii Masao authored
    The initialization fork was added in 9.1, but has not been taken into
    consideration in documents of get_raw_page function in pageinspect and
    storage layout. This commit fixes those oversights.
    
    get_raw_page can read not only a table but also an index, etc. So it
    should be documented that the function can read any relation. This commit
    also fixes the document of pageinspect that way.
    
    Back-patch to 9.1 where those oversights existed.
    
    Vik Fearing, review by MauMau
Loading