From 5f01bb9edaac3649998c90fe400f4cd98c668d95 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Wed, 29 Apr 2020 18:02:06 +0100 Subject: Add a couple of indexes that should speed up allocating builds --- sqitch/pg/verify/allocator_related_indexes.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sqitch/pg/verify/allocator_related_indexes.sql (limited to 'sqitch/pg/verify') diff --git a/sqitch/pg/verify/allocator_related_indexes.sql b/sqitch/pg/verify/allocator_related_indexes.sql new file mode 100644 index 0000000..d75e9e0 --- /dev/null +++ b/sqitch/pg/verify/allocator_related_indexes.sql @@ -0,0 +1,7 @@ +-- Verify guix-build-coordinator:allocator_related_indexes on pg + +BEGIN; + +-- XXX Add verifications here. + +ROLLBACK; -- cgit v1.2.3