• Stephen Frost's avatar
    Suppress DROP CASCADE notices in regression tests · 81d815dc
    Stephen Frost authored
    In the regression tests, when doing cascaded drops, we need to suppress
    the notices from DROP CASCADE or there can be transient regression
    failures as the order of drops can depend on the physical row order in
    pg_depend.
    
    Report and fix suggestion from Tom.
    81d815dc
rowsecurity.out 70.5 KB