pgsql: Finish rename of FastPathStrongLocks to FastPathStrongRelationLo

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Finish rename of FastPathStrongLocks to FastPathStrongRelationLo
Дата
Msg-id E1SKWrn-0001Q5-JI@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Finish rename of FastPathStrongLocks to FastPathStrongRelationLocks.

Commit 8e5ac74c1249820ca55481223a95b9124b4a4f95 tried to do this renaming,
but I relied on gcc to tell me where I needed to make changes, instead of
grep.

Noted by Jeff Davis.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/4a6fab03f23ed15f33e607b321c339d0c96c6b58

Modified Files
--------------
src/backend/storage/lmgr/README |   10 +++++-----
src/backend/storage/lmgr/lock.c |    4 ++--
src/include/storage/lock.h      |    2 +-
3 files changed, 8 insertions(+), 8 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Tighten up error recovery for fast-path locking.
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Remove bogus comment from HeapTupleSatisfiesNow.