Hacker News new | ask | show | jobs
by brianwawok 3411 days ago
Makes sense, would be weird to start testing while indexes are building
1 comments

CONCURRENTLY doesn't build indexes asynchronously - it just builds them in a way that doesn't lock the table.
Oh I thought it returned control after you hit it.