• Tom Lane's avatar
    Rename the C functions bitand(), bitor() to bit_and(), bit_or(). · 84fc5713
    Tom Lane authored
    This is to avoid use of the C++ keywords "bitand" and "bitor" in
    the header file utils/varbit.h.  Note the functions' SQL-level
    names are not changed, only their C-level names.
    
    In passing, make some comments in varbit.c conform to project-standard
    layout.
    84fc5713
varbit.h 4.01 KB