.busted
author Kim Alvefur <zash@zash.se>
Fri, 16 Jun 2023 23:57:15 +0200
changeset 13159 9a7523ea45cb
parent 9968 f299d4917dd8
permissions -rw-r--r--
mod_storage_sql: Improve check for old table index on PostgreSQL The "pg_indexes" view is much simpler to inspect than "pg_class"

return {
  _all = {
  },
  default = {
    ["exclude-tags"] = "mod_bosh,storage,SLOW";
  };
  bosh = {
    tags = "mod_bosh";
  };
  storage = {
    tags = "storage";
  };
}