Skip to content
Snippets Groups Projects
  • Tom Lane's avatar
    405a468b
    Fix direct access to Relation->rd_indpred. · 405a468b
    Tom Lane authored
    Should use RelationGetIndexPredicate(), since rd_indpred is just a cache
    that is not computed until/unless demanded.  Per buildfarm failure on
    CLOBBER_CACHE_ALWAYS animals; diagnosis and fix by Hitoshi Harada.
    405a468b
    History
    Fix direct access to Relation->rd_indpred.
    Tom Lane authored
    Should use RelationGetIndexPredicate(), since rd_indpred is just a cache
    that is not computed until/unless demanded.  Per buildfarm failure on
    CLOBBER_CACHE_ALWAYS animals; diagnosis and fix by Hitoshi Harada.
matview.c 25.71 KiB