Обсуждение: pgsql: Simplify GetLockNameFromTagType.

Поиск
Список
Период
Сортировка

pgsql: Simplify GetLockNameFromTagType.

От
Robert Haas
Дата:
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(-)