• Bruce Momjian's avatar
    This patch changes quite a few instances of references of Oid's · 63df35e2
    Bruce Momjian authored
    as ints and longs.  Touches on quite a few function args as
    well.  Most other files look ok as far as Oids go...still checking
    though...
    
    Since Oids are type'd as unsigned ints, they should prolly be used
    with the %ud format string in elog and sprintf messages.  Not sure
    what kind of strangeness that could produce.
    
    Darren King
    63df35e2
pg_operator.c 32.7 KB