pgsql: This trivial patch removes an unused variable. - Mailing list pgsql-committers

From neilc@svr1.postgresql.org (Neil Conway)
Subject pgsql: This trivial patch removes an unused variable.
Date
Msg-id 20050624010627.07D055297D@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
This trivial patch removes an unused variable. From Alvaro Herrera.

Modified Files:
--------------
    pgsql/src/backend/utils/init:
        postinit.c (r1.148 -> r1.149)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/init/postinit.c.diff?r1=1.148&r2=1.149)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix rtree and contrib/rtree_gist search behavior for the 1-D box
Next
From: neilc@svr1.postgresql.org (Neil Conway)
Date:
Subject: pgsql: Code cleanup: remove 3 duplicate static function declarations.