Bruce Momjian writes:
> New command is:
>
> snprintf(clear_pg_sorttemp, sizeof(clear_pg_sorttemp),
> "rm -f \"%s\"/base/*/pg_sorttemp/*",
> DataDir);
Why not put all sort files into a common directory and then do a simple
readdir() loop in C?
--
Peter Eisentraut peter_e@gmx.net http://funkturm.homeip.net/~peter