pgsql: Use malloc() in GetLockConflicts() when called InHotStandby to

Поиск
Список
Период
Сортировка
От sriggs@postgresql.org (Simon Riggs)
Тема pgsql: Use malloc() in GetLockConflicts() when called InHotStandby to
Дата
Msg-id 20100128100538.14F757541B9@cvs.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Use malloc() in GetLockConflicts() when called InHotStandby to  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-committers
Log Message:
-----------
Use malloc() in GetLockConflicts() when called InHotStandby to avoid repeated
palloc calls. Current code assumed this was already true, so this is a bug fix.

Modified Files:
--------------
    pgsql/src/backend/storage/lmgr:
        lock.c (r1.191 -> r1.192)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/lmgr/lock.c?r1=1.191&r2=1.192)

В списке pgsql-committers по дате отправления:

Предыдущее
От: heikki@postgresql.org (Heikki Linnakangas)
Дата:
Сообщение: pgsql: Change a few remaining calls of XLogArchivingActive() to use
Следующее
От: mha@postgresql.org (Magnus Hagander)
Дата:
Сообщение: pgsql: Define INADDR_NONE on Solaris when it's missing.