• A
    Fix gp_pgdatabase__ function by including walrep state 'n'. · 49970964
    Ashwin Agrawal 提交于
    As part of commit efed2fcc new walrep state was
    added 'n' (not-in-sync). The toolkit function gp_pgdatabase__() needs to be
    modified as well to check for that state.
    
    Original code not using #defines but direct characters like 's', 'c' makes it
    very tricky find stuff in code. Hopefully, future chnages would be easy to spot
    and make.
    49970964
cdbpgdatabase.c 3.7 KB