Dimitri Fontaine
Dimitri Fontaine
As seen in https://github.com/dimitri/pgloader/issues/56 we have problems with users trying to decipher error messages. Is it possible to do something about it? Do you have plans to improve error reporting?
The compile function returns warnings-p and failure-p values, use that to decide if the code could be compiled, and only signal a condition when it has been fatal to compiling...
Some errors would be logged only in the debug log level, which means production setups won't see them. Those error messages are very useful when debugging corner cases, some of...
In that case we behave the same as when the variant is known to be :pgdg. The only other supported variant at this time being :redshift, that should be okay....
It appears not to be possible in install iolib when using ccache in the CC environment variable, as in the following: ``` CONFIG> (ql:quickload "pginstall") To load "pginstall": Load 1...
It is documented at https://ccl.clozure.com/manual/chapter16.1.html and is comparable to `--dynamic-space-size` in SBCL I think. Following up on problems to build pgloader with CCL on dockerhub and travis environments I got...
# Release TODO List - [x] Add a `CHANGELOG` entry summarizing meaningful changes, starting with the output of the command `git log --oneline $(git describe --tags --abbrev=0 --match "v[0-9]*" HEAD)^..`...
Current version (as in Quicklisp latest release) of cl-fad is not usable in CentOS 6 with SBCL out of the box, because it's using the `sb-ext:delete-directory` function that appeared in...
More places are bound to concurrent accesses to our SQLite catalogs than before. In particular, because we call `copydb_fetch_schema_and_prepare_specs()` from more places when starting the CDC sub-process tree, this needs...
This is a Work-In-Progress refactoring. The only reason a PR already exists is to allow me to focus on other bits and pieces and get back to that work later....