pgsql: Remove an unused variable "waitingForSignal". - Mailing list pgsql-committers

From neilc@svr1.postgresql.org (Neil Conway)
Subject pgsql: Remove an unused variable "waitingForSignal".
Date
Msg-id 20050415041811.E2E38539BF@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Remove an unused variable "waitingForSignal". From Qingqing Zhou.

Modified Files:
--------------
    pgsql/src/backend/storage/lmgr:
        proc.c (r1.156 -> r1.157)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/lmgr/proc.c.diff?r1=1.156&r2=1.157)

pgsql-committers by date:

Previous
From: jwp@pgfoundry.org (User Jwp)
Date:
Subject: python - web: Only link the project title, to set it off from
Next
From: neilc@svr1.postgresql.org (Neil Conway)
Date:
Subject: pgsql: This patch changes the use of varargs.h to stdarg.h as required