• Alvaro Herrera's avatar
    Use a bitmask to represent role attributes · 1826987a
    Alvaro Herrera authored
    The previous representation using a boolean column for each attribute
    would not scale as well as we want to add further attributes.
    
    Extra auxilliary functions are added to go along with this change, to
    make up for the lost convenience of access of the old representation.
    
    Catalog version bumped due to change in catalogs and the new functions.
    
    Author: Adam Brightwell, minor tweaks by Álvaro
    Reviewed by: Stephen Frost, Andres Freund, Álvaro Herrera
    1826987a
rowsecurity.c 17.6 KB