• Simon Riggs's avatar
    Re-think guts of DROP INDEX CONCURRENTLY. · 2f0e480d
    Simon Riggs authored
    Concurrent behaviour was flawed when using
    a two-step process, so add an additional
    phase of processing to ensure concurrency
    for both SELECTs and INSERT/UPDATE/DELETEs.
    
    Backpatch to 9.2
    
    Andres Freund, tweaked by me
    2f0e480d
index.c 105 KB