Skip to content

Commit 940fc63

Browse files
committed
Distribute *root-dir* to all threads.
The creation of the reject and data files didn't happen in the right *root-dir* setting for lack of sending the main value to the worker threads.
1 parent ab7e77c commit 940fc63

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/utils/monitor.lisp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@
123123
(*client-min-messages* . ,*client-min-messages*)
124124
(*monitoring-queue* . ,*monitoring-queue*)
125125
(*error-output* . ,*error-output*)
126+
(*root-dir* . ,*root-dir*)
126127
(*standard-output* . ,*standard-output*)
127128
(*summary-pathname* . ,*summary-pathname*)
128129
(*sections* . ',*sections*)))

src/utils/threads.lisp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
(*copy-batch-size* . ,*copy-batch-size*)
1313
(*concurrent-batches* . ,*concurrent-batches*)
1414
(*pg-settings* . ',*pg-settings*)
15+
(*root-dir* . ,*root-dir*)
1516
(*fd-path-root* . ,*fd-path-root*)
1617
(*client-min-messages* . ,*client-min-messages*)
1718
(*log-min-messages* . ,*log-min-messages*)

0 commit comments

Comments
 (0)