• Tom Lane's avatar
    Improve API of GenericXLogRegister(). · 5713f039
    Tom Lane authored
    Rename this function to GenericXLogRegisterBuffer() to make it clearer
    what it does, and leave room for other sorts of "register" actions in
    future.  Also, replace its "bool isNew" argument with an integer flags
    argument, so as to allow adding more flags in future without an API
    break.
    
    Alexander Korotkov, adjusted slightly by me
    5713f039
blutils.c 11.8 KB