Обсуждение: pgsql: Remove the placeholder LWLockId in place of the removed

Поиск
Список
Период
Сортировка

pgsql: Remove the placeholder LWLockId in place of the removed

От
heikki@postgresql.org (Heikki Linnakangas)
Дата:
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)