• Tom Lane's avatar
    Fix old thinko in pgp.h: the idea is to declare some named enum types, · 050a78dd
    Tom Lane authored
    not global variables of anonymous enum types.  This didn't actually hurt
    much because most linkers will just merge the duplicated definitions ...
    but some will complain.  Per bug #4731 from Ceriel Jacobs.
    
    Backpatch to 8.1 --- the declarations don't exist before that.
    050a78dd
pgp.h 8.42 KB