Finish rename of FastPathStrongLocks to FastPathStrongRelationLocks.
Robert Haas <rhaas@postgresql.org>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/storage/lmgr/lock.c | modified | +2 −2 |
| src/backend/storage/lmgr/README | modified | +5 −5 |
| src/include/storage/lock.h | modified | +1 −1 |