← Back to team overview

launchpad-reviewers team mailing list archive

Re: [Merge] ~cjwatson/launchpad:db-narrow-bpr-ci-build-unique-index into launchpad:master

 

cjwatson: Ah, I'd forgotten that DROP INDEX CONCURRENTLY exists.  I'll just merge that into db-narrow-bpr-ci-build-unique-index then
cjwatson: Do you think I should do something like CASE WHEN binarypackageformat IN (1, 2, 5) THEN 1 ELSE binarypackageformat END?  I hadn't been going to bother since CI builds are mostly being used for other package types than debs
wgrant: (it's REINDEX CONCURRENTLY that we don't have until pg12, indeed)
wgrant: I'm not too fussed on whether you do that CASE or not. So probably not, for simplicity.
-- 
https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/425220
Your team Launchpad code reviewers is requested to review the proposed merge of ~cjwatson/launchpad:db-narrow-bpr-ci-build-unique-index into launchpad:master.