pgsql-server: Code cleanup: don't bother casting the argument to pfree()

Поиск
Список
Период
Сортировка
От neilc@svr1.postgresql.org (Neil Conway)
Тема pgsql-server: Code cleanup: don't bother casting the argument to pfree()
Дата
Msg-id 20040927040123.7FA7B329DB0@svr1.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Code cleanup: don't bother casting the argument to pfree() to void *
from another pointer type. Per C89, this is unnecessary, and it is common
practice throughout the rest of the tree anyway.

Modified Files:
--------------
    pgsql-server/src/backend/access/nbtree:
        nbtsort.c (r1.88 -> r1.89)

(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/backend/access/nbtree/nbtsort.c.diff?r1=1.88&r2=1.89)
    pgsql-server/src/backend/commands:
        user.c (r1.145 -> r1.146)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/backend/commands/user.c.diff?r1=1.145&r2=1.146)

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

Предыдущее
От: pgsql@svr1.postgresql.org (PostgreSQL Daemon)
Дата:
Сообщение: pgsql-server: update for beta3, and update Copyright date to 2004
Следующее
От: neilc@svr1.postgresql.org (Neil Conway)
Дата:
Сообщение: pgsql-server: A few minor list-related cleanups: (1) Replace while loop