Re: remove an unused variable waitingForSignal

From: Neil Conway <neilc(at)samurai(dot)com>
To: Qingqing Zhou <zhouqq(at)cs(dot)toronto(dot)edu>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: remove an unused variable waitingForSignal
Date: 2005-04-15 04:18:50
Message-ID: 425F40AA.1010100@samurai.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Neil Conway 2005-04-15 04:29:47 Re: tools/entab/halt.c compile fix
Previous Message Tom Lane 2005-04-14 20:54:00 Re: [HACKERS] NetBSD mac68k crashing on union regression test