Thread: pgsql: Finish rename of FastPathStrongLocks to FastPathStrongRelationLo

pgsql: Finish rename of FastPathStrongLocks to FastPathStrongRelationLo

From
Robert Haas
Date:
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(-)