]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix rmtree() so that it keeps going after failure to remove any individual
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 18 Apr 2008 17:05:53 +0000 (17:05 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 18 Apr 2008 17:05:53 +0000 (17:05 +0000)
commit2101518516ff6bc2c21b7fb1323a409d09990014
tree33d3e904689a66ec528835ad34eb707b18a0557a
parentb8c5823082269cfd7343535beccd704943ef1432
Fix rmtree() so that it keeps going after failure to remove any individual
file; the idea is that we should clean up as much as we can, even if there's
some problem removing one file.  Make the error messages a bit less misleading,
too.  In passing, const-ify function arguments.
src/backend/commands/dbcommands.c
src/include/port.h
src/port/dirmod.c