• Noah Misch's avatar
    Remove the SECURITY_ROW_LEVEL_DISABLED security context bit. · 7f11724b
    Noah Misch authored
    This commit's parent made superfluous the bit's sole usage.  Referential
    integrity checks have long run as the subject table's owner, and that
    now implies RLS bypass.  Safe use of the bit was tricky, requiring
    strict control over the SQL expressions evaluating therein.  Back-patch
    to 9.5, where the bit was introduced.
    
    Based on a patch by Stephen Frost.
    7f11724b
plancache.h 8.24 KB