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

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Remove FileUnlink(), which wasn't being used anywhere and
Дата
Msg-id 20070726151519.004069FBBDC@postgresql.org
обсуждение исходный текст
Список 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)

В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Error: Resource owner.
Следующее
От: petere@postgresql.org (Peter Eisentraut)
Дата:
Сообщение: pgsql: Update conformance information about bigint type found by