]> granicus.if.org Git - postgresql/commit
Remove FileUnlink(), which wasn't being used anywhere and interacted poorly
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 26 Jul 2007 15:15:18 +0000 (15:15 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 26 Jul 2007 15:15:18 +0000 (15:15 +0000)
commite4f4a7f5a4b0956e77b15046a0b8c298a2d98497
treee4bd911a5c5e66a2214c734b335acfa9c0962082
parent82eed4dba254b8fda71d429b29d222ffb4e93fca
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.
src/backend/storage/file/fd.c
src/include/storage/fd.h