Remove some knots workarounds

This commit is contained in:
Christopher Baines 2025-02-03 22:39:29 +00:00
parent 3646de6097
commit 6deeccc22f

View file

@ -1903,8 +1903,6 @@ SELECT 1 FROM derivation_source_file_nars WHERE derivation_source_file_id = $1"
'load-new-guix-revision-inserts)) 'load-new-guix-revision-inserts))
db-conn) db-conn)
1 1
#:destructor (const #t) ; TODO Remove
#:add-resources-parallelism 1 ; TODO Remove
#:name "postgres" #:name "postgres"
#:min-size 0)) #:min-size 0))
@ -2265,8 +2263,6 @@ SELECT 1 FROM derivation_source_file_nars WHERE derivation_source_file_id = $1"
(make-resource-pool (make-resource-pool
(const channel-instances-conn) (const channel-instances-conn)
1 1
#:destructor (const #t) ; TODO Remove
#:add-resources-parallelism 1 ; TODO Remove
#:name "postgres" #:name "postgres"
#:min-size 0))) #:min-size 0)))