~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to database/replication/helpers.py

  • Committer: Stuart Bishop
  • Date: 2010-02-05 12:17:56 UTC
  • mto: (7675.1212.22 pending-db-changes)
  • mto: This revision was merged to the branch mainline in revision 10428.
  • Revision ID: stuart.bishop@canonical.com-20100205121756-olgk91iovhc2hpsy
Cache database replication lag information as querying the live Slony tables can be slow

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
LPMAIN_SEED = frozenset([
45
45
    ('public', 'person'),
46
46
    ('public', 'launchpaddatabaserevision'),
 
47
    ('public', 'databasereplicationlag'),
47
48
    ('public', 'fticache'),
48
49
    ('public', 'nameblacklist'),
49
50
    ('public', 'openidconsumerassociation'),