Remove some knots workarounds
This commit is contained in:
parent
3646de6097
commit
6deeccc22f
1 changed files with 0 additions and 4 deletions
|
|
@ -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)))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue