pgsql: Remove FileUnlink(), which wasn't being used anywhere and

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove FileUnlink(), which wasn't being used anywhere and
Date: 2007-07-26 15:15:18
Message-ID: 20070726151519.004069FBBDC@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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.

Modified Files:
--------------
pgsql/src/backend/storage/file:
fd.c (r1.139 -> r1.140)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/file/fd.c.diff?r1=1.139&r2=1.140)
pgsql/src/include/storage:
fd.h (r1.59 -> r1.60)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/storage/fd.h.diff?r1=1.59&r2=1.60)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2007-07-27 10:37:52 pgsql: Update conformance information about bigint type found by
Previous Message Tom Lane 2007-07-26 04:52:17 Re: Error: Resource owner.