• Tom Lane's avatar
    Remove unportable use of anonymous unions from reorderbuffer.h. · ea177a3b
    Tom Lane authored
    In b89e1510 I had assumed it was ok to use anonymous unions as
    struct members, but while a longstanding extension in many compilers,
    it's only been standardized in C11.
    
    To fix, remove one of the anonymous unions which tried to hide some
    implementation specific enum values and give the other a name. The
    latter unfortunately requires changes in output plugins, but since the
    feature has only been added a few days ago...
    
    Andres Freund
    ea177a3b
reorderbuffer.h 9.66 KB