pgsql: Finish rename of FastPathStrongLocks to FastPathStrongRelationLo - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Finish rename of FastPathStrongLocks to FastPathStrongRelationLo
Date
Msg-id E1SKWrn-0001Q5-JI@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Tighten up error recovery for fast-path locking.
Next
From: Robert Haas
Date:
Subject: pgsql: Remove bogus comment from HeapTupleSatisfiesNow.