pgsql: Minor code cleanup: remove a variable that was assigned to but

From: neilc(at)svr1(dot)postgresql(dot)org (Neil Conway)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Minor code cleanup: remove a variable that was assigned to but
Date: 2005-02-23 23:27:55
Message-ID: 20050223232755.3175C556EA@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Minor code cleanup: remove a variable that was assigned to but never
subsequently referenced.

Found by: Coverity
Fixed by: Sean Chittenden

Modified Files:
--------------
pgsql/src/backend/catalog:
pg_largeobject.c (r1.22 -> r1.23)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/catalog/pg_largeobject.c.diff?r1=1.22&r2=1.23)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-02-24 01:11:40 pgsql: My patch this morning was overly hasty; revert code to original
Previous Message Neil Conway 2005-02-23 22:46:17 pgsql: This patch optimizes the md5_text() function (which is used to