Daniel Smith
Daniel Smith
I think the short here is that we need to implement this at the pipeline layer. We will get too many of these custom objects otherwise. Timeline is ~3 months...
You can obtain a SO version of the ERI; however, the symmetry rules become much more complex. Interestingly it's often not favorable to transform ERIs in SCF settings as it...
Mostly the folks who have contributed have contributed the core of what they know. To add additional tutorials we would need to expand our authors (we always welcome additional submissions)...
If I read this correctly we should be able to simply switch `pg_ctl` with `pg_ctlcluster`? We might try to make this configurable, we can make a simple fix for now.
You seem to have a good handle on this and can test out your solution on Debian, would you mind making a PR? Likely something in the init that looks...
@muammar Gentle reminder here, we will likely be putting out a release sometime tomorrow.
I would guess that this is the patch that you posted. `shutil.which` will return None if nothing is found. You might try to run `shutil.which("pg_ctlcluster")` to see what is returned...
`/tmp` is usually a Ramdisk by default on most linux distros. Perhaps attempting to put the file there to begin with could do the trick. Searching around there doesn't seem...
I wanted to limit the number of full table scans. How important do you gauge this information to be?