Re: remove an unused variable waitingForSignal - Mailing list pgsql-patches

From Neil Conway
Subject Re: remove an unused variable waitingForSignal
Date
Msg-id 425F40AA.1010100@samurai.com
Whole thread Raw
In response to remove an unused variable waitingForSignal  ("Qingqing Zhou" <zhouqq@cs.toronto.edu>)
List pgsql-patches
Qingqing Zhou wrote:
> Remove an unused variable waitingForSignal in /storage/lmgr/proc.c.
> I guess it was there because orignally PG uses singals to implement
> ProcWaitForSignal() stuff, so we may need to remember the process status.
> But now we don't need it.

Applied, thanks.

-Neil

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] NetBSD mac68k crashing on union regression test
Next
From: Neil Conway
Date:
Subject: Re: tools/entab/halt.c compile fix