pgsql: Remove some useless assignments of the result of fread().

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Remove some useless assignments of the result of fread().
Дата
Msg-id 20090830171852.22D5775331E@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Remove some useless assignments of the result of fread().  Quiets warnings
from clang static checker, and makes the code more readable anyway IMO.

Modified Files:
--------------
    pgsql/src/backend/utils/cache:
        relcache.c (r1.289 -> r1.290)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/cache/relcache.c?r1=1.289&r2=1.290)

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Remove duplicate variable initializations identified by clang
Следующее
От: alvherre@postgresql.org (Alvaro Herrera)
Дата:
Сообщение: pgsql: Fix broken markup Jan Urbański