pgsql: Simplify GetLockNameFromTagType. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Simplify GetLockNameFromTagType.
Date
Msg-id E1aeCy7-0006pw-K3@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Simplify GetLockNameFromTagType.

The old code is wrong, because it returns a pointer to an automatic
variable.  And it's also more clever than we really need to be
considering that the case it's worrying about should never happen.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/a414d96ad2b001cddf10e3dedb0bde96d0af6a0b

Modified Files
--------------
src/backend/storage/lmgr/lmgr.c | 16 +++-------------
1 file changed, 3 insertions(+), 13 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: pgsql: Checkpoint sorting and balancing.
Next
From: Michael Paquier
Date:
Subject: Re: pgsql: Checkpoint sorting and balancing.