pgsql: Remove the placeholder LWLockId in place of the removed - Mailing list pgsql-committers

From [email protected] (Heikki Linnakangas)
Subject pgsql: Remove the placeholder LWLockId in place of the removed
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Remove the placeholder LWLockId in place of the removed FreeSpaceLock.
As pointed out by ITAGAKI Takahiro, we split SInvalLock into two in 8.4,
so to keep the numbers of the rest of the locks unchanged from 8.3, we
don't need a placeholder.

Modified Files:
--------------
    pgsql/src/include/storage:
        lwlock.h (r1.41 -> r1.42)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/storage/lwlock.h?r1=1.41&r2=1.42)

pgsql-committers by date:

Previous
From: [email protected] (User Itagaki)
Date:
Subject: textsearch-ja - textsearch-ja: Use appropriate error codes.
Next
From: [email protected] (Heikki Linnakangas)
Date:
Subject: pgsql: Fix copy-pasto in the patch to allow background writer to run