> ... are you by any chance doing anything with strings
> that you got back from Postgres? I found that it is dangerous to
> treat such strings as shareable. Specifically, I found that
>
> (use-modules (database postgres))
> (use-modules (ice-9 string-fun))
> ...
> ... are you by any chance doing anything with strings
> that you got back from Postgres? I found that it is dangerous to
> treat such strings as shareable. Specifically, I found that
>
> (use-modules (database postgres))
> (use-modules (ice-9 string-fun))
> ...
> (sans-surrounding-w