pgsql: Fix bogus initialization of KnownAssignedXids shared memory state

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix bogus initialization of KnownAssignedXids shared memory state
Date: 2010-01-16 17:17:26
Message-ID: 20100116171726.542687541B9@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix bogus initialization of KnownAssignedXids shared memory state ---
didn't work in EXEC_BACKEND case.

Modified Files:
--------------
pgsql/src/backend/storage/ipc:
procarray.c (r1.56 -> r1.57)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/ipc/procarray.c?r1=1.56&r2=1.57)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2010-01-16 17:39:55 pgsql: Fix unportable use of isxdigit() with char (rather than unsigned
Previous Message Tom Lane 2010-01-16 16:04:06 Re: [COMMITTERS] pgsql: Fix one more cast for _open_osfhandle().