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

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove some useless assignments of the result of fread().
Date: 2009-08-30 17:18:52
Message-ID: 20090830171852.22D5775331E@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2009-08-31 02:23:23 pgsql: Track the current XID wrap limit (or more accurately, the oldest
Previous Message Tom Lane 2009-08-30 16:53:45 pgsql: Remove duplicate variable initializations identified by clang