~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to database/schema/preflight.py

  • Committer: Stuart Bishop
  • Date: 2011-11-08 10:01:31 UTC
  • mto: This revision was merged to the branch mainline in revision 14272.
  • Revision ID: stuart.bishop@canonical.com-20111108100131-hcjvegpe5ftbglog
Fix old name

Show diffs side-by-side

added added

removed removed

Lines of Context:
188
188
        this will be short. Even if the transaction is benign like a
189
189
        autovacuum task, we should wait until things have settled down.
190
190
 
191
 
        We ignore transactions held open by EVIL_USERS. These are bugs
 
191
        We ignore transactions held open by BAD_USERS. These are bugs
192
192
        that need to be fixed, but we have determined that rudely aborting
193
193
        them is fine for now and there is no need to block a rollout on
194
194
        their behalf.