This helps row count estimates when filtering on system_id and target.
7 lines
125 B
PL/PgSQL
7 lines
125 B
PL/PgSQL
-- Verify guix-data-service:package_derivations_extended_statistics on pg
|
|
|
|
BEGIN;
|
|
|
|
-- XXX Add verifications here.
|
|
|
|
ROLLBACK;
|