• Stephen Frost's avatar
    Add hasRowSecurity to copyfuncs/outfuncs · 62a4a1af
    Stephen Frost authored
    The RLS patch added a hasRowSecurity field to PlannerGlobal and
    PlannedStmt but didn't update nodes/copyfuncs.c and nodes/outfuncs.c to
    reflect those additional fields.
    
    Correct that by adding entries to the appropriate functions for those
    fields.
    
    Pointed out by Robert.
    62a4a1af
outfuncs.c 76.6 KB