pgsql: Minor code cleanup: remove a variable that was assigned to but - Mailing list pgsql-committers

From neilc@svr1.postgresql.org (Neil Conway)
Subject pgsql: Minor code cleanup: remove a variable that was assigned to but
Date
Msg-id 20050223232755.3175C556EA@svr1.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: neilc@svr1.postgresql.org (Neil Conway)
Date:
Subject: pgsql: This patch optimizes the md5_text() function (which is used to
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: My patch this morning was overly hasty; revert code to original