Don't vacuum

This commit is contained in:
Michael Snoyman 2020-09-07 09:00:52 +03:00
parent 0680b420e9
commit 88f951a0b8
No known key found for this signature in database
GPG Key ID: 907EAE2F42B52046

View File

@ -227,7 +227,7 @@ runStackageUpdate doNotUpload = do
unless doNotUpload uploadSnapshotsJSON
buildAndUploadHoogleDB doNotUpload
logInfo "Finished building and uploading Hoogle DBs"
run $ mapM_ (`rawExecute` []) ["TRUNCATE TABLE latest_version", "COMMIT", "VACUUM", "BEGIN"]
run $ rawExecute "TRUNCATE TABLE latest_version" []
-- | This will look at 'global-hints.yaml' and will create core package getters that are reused