Remove FileUnlink(), which wasn't being used anywhere and interacted poorly

Tom Lane <tgl@sss.pgh.pa.us>

Commit: e4f4a7f5a4b0956e77b15046a0b8c298a2d98497
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2007-07-26T15:15:18Z
Releases: 8.3.0
Remove FileUnlink(), which wasn't being used anywhere and interacted poorly
with the recent patch to log temp file sizes at removal time.  Doesn't seem
worth fixing since it's unused.
In passing, make a few elog messages conform to the message style guide.

Files

PathChange+/−
src/backend/storage/file/fd.c modified +8 −27
src/include/storage/fd.h modified +1 −2