Remove FileUnlink(), which wasn't being used anywhere and interacted poorly
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| src/backend/storage/file/fd.c | modified | +8 −27 |
| src/include/storage/fd.h | modified | +1 −2 |