pgsql: Finish rename of FastPathStrongLocks to FastPathStrongRelationLo

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Finish rename of FastPathStrongLocks to FastPathStrongRelationLo
Date: 2012-04-18 15:32:23
Message-ID: E1SKWrn-0001Q5-JI@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2012-04-18 16:00:48 pgsql: Remove bogus comment from HeapTupleSatisfiesNow.
Previous Message Robert Haas 2012-04-18 15:21:45 pgsql: Tighten up error recovery for fast-path locking.