Skip to content

Support dropping indexes concurrently in Postgres#21317

Merged
matthewd merged 1 commit intorails:masterfrom
greysteil:support-postgres-drop-index-concurrently
Sep 6, 2015
Merged

Support dropping indexes concurrently in Postgres#21317
matthewd merged 1 commit intorails:masterfrom
greysteil:support-postgres-drop-index-concurrently

Conversation

@greysteil
Copy link
Contributor

Adds support for dropping a Postgres index concurrently, with the same API as adding one concurrently.
See http://www.postgresql.org/docs/9.4/static/sql-dropindex.html for more details.

@greysteil
Copy link
Contributor Author

@senny - could you suggest someone to review this?

@matthewd matthewd merged commit ce17e23 into rails:master Sep 6, 2015
matthewd added a commit that referenced this pull request Sep 6, 2015
…concurrently

Support dropping indexes concurrently in Postgres
matthewd added a commit that referenced this pull request Sep 6, 2015
Apparently I managed to forget how similar the "tests passing" and
"no status reported" merge indicators look.

Note that the previous `stubs` in test_add_index wasn't working:
the method was still called, and just happened to return false.
yahonda added a commit to yahonda/activerecord-jdbc-adapter that referenced this pull request Oct 11, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants