pgsql: Simplify GetLockNameFromTagType.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Simplify GetLockNameFromTagType.
Дата
Msg-id E1aeCy7-0006pw-K3@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: pgsql: Checkpoint sorting and balancing.
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: pgsql: Checkpoint sorting and balancing.