pgsql: Remove the placeholder LWLockId in place of the removed

From: heikki(at)postgresql(dot)org (Heikki Linnakangas)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove the placeholder LWLockId in place of the removed
Date: 2009-03-03 08:11:24
Message-ID: 20090303081124.7202A755AA5@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2009-03-03 10:42:06 pgsql: Fix copy-pasto in the patch to allow background writer to run
Previous Message User Itagaki 2009-03-03 02:28:24 textsearch-ja - textsearch-ja: Use appropriate error codes.