Rework cross derivations support
Stop using the system values as targets, and remove package derivation entries where this is the case. Switch the non-cross derivation case to have a target of "", rather than matching the system, as this makes more sense, and is more consistent now that the target values no longer match the system values. Hardcode some more correct target values, and use these instead. Hopefully this can be better integrated with Guix in the future. This commit also includes a migration attempting to shrink some indexes.
This commit is contained in:
parent
77beb59495
commit
f1989e8758
19 changed files with 202 additions and 21 deletions
|
|
@ -0,0 +1,7 @@
|
|||
-- Revert guix-data-service:change_package_derivations_by_guix_revision_range_target from pg
|
||||
|
||||
BEGIN;
|
||||
|
||||
-- XXX Add DDLs here.
|
||||
|
||||
COMMIT;
|
||||
7
sqitch/revert/change_package_derivations_target.sql
Normal file
7
sqitch/revert/change_package_derivations_target.sql
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
-- Revert guix-data-service:change_package_derivations_target from pg
|
||||
|
||||
BEGIN;
|
||||
|
||||
-- XXX Add DDLs here.
|
||||
|
||||
COMMIT;
|
||||
7
sqitch/revert/increase_fillfactor_for_some_indexes.sql
Normal file
7
sqitch/revert/increase_fillfactor_for_some_indexes.sql
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
-- Revert guix-data-service:increase_fillfactor_for_some_indexes from pg
|
||||
|
||||
BEGIN;
|
||||
|
||||
-- XXX Add DDLs here.
|
||||
|
||||
COMMIT;
|
||||
7
sqitch/revert/remove_old_cross_derivations.sql
Normal file
7
sqitch/revert/remove_old_cross_derivations.sql
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
-- Revert guix-data-service:remove_old_cross_derivations from pg
|
||||
|
||||
BEGIN;
|
||||
|
||||
-- XXX Add DDLs here.
|
||||
|
||||
COMMIT;
|
||||
Loading…
Add table
Add a link
Reference in a new issue