Work around the resource pool needing a destructor
This commit is contained in:
parent
8f3968af1e
commit
5cca88ca2a
1 changed files with 2 additions and 0 deletions
|
|
@ -1884,6 +1884,7 @@ SELECT 1 FROM derivation_source_file_nars WHERE derivation_source_file_id = $1"
|
|||
'load-new-guix-revision-inserts))
|
||||
db-conn)
|
||||
1
|
||||
#:destructor (const #t) ; TODO Remove
|
||||
#:name "postgres"
|
||||
#:min-size 0))
|
||||
|
||||
|
|
@ -2232,6 +2233,7 @@ SELECT 1 FROM derivation_source_file_nars WHERE derivation_source_file_id = $1"
|
|||
(make-resource-pool
|
||||
(const channel-instances-conn)
|
||||
1
|
||||
#:destructor (const #t) ; TODO Remove
|
||||
#:name "postgres"
|
||||
#:min-size 0)))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue