pgsql: Add comments spelling out why it's a good idea to release - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Add comments spelling out why it's a good idea to release
Date
Msg-id 20070716210950.9EB7D9FB9F4@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Add comments spelling out why it's a good idea to release multiple
partition locks in reverse order.

Modified Files:
--------------
    pgsql/src/backend/storage/lmgr:
        lock.c (r1.176 -> r1.177)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/lmgr/lock.c.diff?r1=1.176&r2=1.177)
        proc.c (r1.190 -> r1.191)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/lmgr/proc.c.diff?r1=1.190&r2=1.191)

pgsql-committers by date:

Previous
From: neilc@postgresql.org (Neil Conway)
Date:
Subject: pgsql: With the native compiler on Unixware, disable optimization if
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix pg_buffercache to release buffer partition locks in reverse