pgsql-server/src/backend/storage/lmgr Tag: REL ... - Mailing list pgsql-committers

From [email protected] (Tom Lane)
Subject pgsql-server/src/backend/storage/lmgr Tag: REL ...
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    [email protected]    03/03/31 15:33:09

Modified files:
    src/backend/storage/lmgr: Tag: REL7_2_STABLE deadlock.c

Log message:
    TestConfiguration returns int, not bool.  This mistake is relatively
    harmless on signed-char machines but would lead to core dump in the
    deadlock detection code if char is unsigned.  Amazingly, this bug has
    been here since 7.1 and yet wasn't reported till now.  Thanks to Robert
    Bruccoleri for providing the opportunity to track it down.


pgsql-committers by date:

Previous
From: [email protected] (Tom Lane)
Date:
Subject: pgsql-server/src/backend/storage/lmgr Tag: REL ...
Next
From: [email protected] (Bruce Momjian - CVS)
Date:
Subject: pgsql-server/src/backend/commands trigger.c