]> granicus.if.org Git - postgresql/commit
Make the bgwriter's error recovery path do smgrcloseall(). On Windows this
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 1 Dec 2006 19:55:28 +0000 (19:55 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 1 Dec 2006 19:55:28 +0000 (19:55 +0000)
commit3049fe7cfa994208cb15cf0c9a20e773839ebf8f
tree7c3d96f542ee85dedf878bb60539a8aa6a489359
parentb02414bb8270a8c6a15a58734e7f1c76c65892e3
Make the bgwriter's error recovery path do smgrcloseall().  On Windows this
should allow delete-pending files to actually go away, and thereby work
around the various complaints we've seen about 'permission denied'
errors in such cases.  Should be reasonably harmless in any case...
src/backend/postmaster/bgwriter.c