Peter Eisentraut
Peter Eisentraut
That seems to match up with #66 then. I was just surprised that it happened really quickly, whereas I would expect a leak to take a longer time.
As another idea, see how tests for different versions providing different features are handled here: https://github.com/petere/plsh/blob/master/Makefile I'm not sure this level of fanciness is required here, but it's an option.
Maybe because `sogo-tool` writes something to stderr? Try with `2>/dev/null` or similar.
Please show the exact function definition (`CREATE FUNCTION` ...).
And what is your output? You probably have to run `curl` with `-s` and `wget` with `-q` or similar, because plsh will interpret any output to stderr as failure. Other...
PL/sh doesn't impose any limitations of this kind. It might have to do with ulimit settings, perhaps.
Yes, this is an "untrusted" language.
If you have issues with packages, you should contact the packager. I only publish the source code, so I can't help with what the packagers do with it.
Remove it.