pgsql: Fix a thinko introduced into CountActiveBackends by a recent - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Fix a thinko introduced into CountActiveBackends by a recent
Date
Msg-id 20090729155716.CABE675331E@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix a thinko introduced into CountActiveBackends by a recent patch:
we should ignore NULL array entries, not non-NULL ones.  This had the
effect of disabling commit_delay, and could have caused a crash in the
rare race condition the patch was intended to fix.

Bug report and diagnosis by Jeff Janes, in bug #4952.

Tags:
----
REL8_4_STABLE

Modified Files:
--------------
    pgsql/src/backend/storage/ipc:
        procarray.c (r1.50 -> r1.50.2.1)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/ipc/procarray.c?r1=1.50&r2=1.50.2.1)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix a thinko introduced into CountActiveBackends by a recent
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix a thinko introduced into CountActiveBackends by a recent