Skip to content
Snippets Groups Projects
  • Simon Riggs's avatar
    e5550d5f
    Reduce lock levels of some ALTER TABLE cmds · e5550d5f
    Simon Riggs authored
    VALIDATE CONSTRAINT
    
    CLUSTER ON
    SET WITHOUT CLUSTER
    
    ALTER COLUMN SET STATISTICS
    ALTER COLUMN SET ()
    ALTER COLUMN RESET ()
    
    All other sub-commands use AccessExclusiveLock
    
    Simon Riggs and Noah Misch
    
    Reviews by Robert Haas and Andres Freund
    e5550d5f
    History
    Reduce lock levels of some ALTER TABLE cmds
    Simon Riggs authored
    VALIDATE CONSTRAINT
    
    CLUSTER ON
    SET WITHOUT CLUSTER
    
    ALTER COLUMN SET STATISTICS
    ALTER COLUMN SET ()
    ALTER COLUMN RESET ()
    
    All other sub-commands use AccessExclusiveLock
    
    Simon Riggs and Noah Misch
    
    Reviews by Robert Haas and Andres Freund