[PATCH 2/2] use pg_malloc instead of an unchecked malloc in pg_resetxlog

Поиск
Список
Период
Сортировка
От Andres Freund
Тема [PATCH 2/2] use pg_malloc instead of an unchecked malloc in pg_resetxlog
Дата
Msg-id 1357730830-25999-3-git-send-email-andres@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: [PATCH 2/5] Make relpathbackend return a statically result instead of palloc()'ing it  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
---
 src/bin/pg_resetxlog/pg_resetxlog.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)


Вложения

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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: Performance Improvement by reducing WAL for Update Operation
Следующее
От: Andres Freund
Дата:
Сообщение: [PATCH] unified frontend support for pg_malloc et al and palloc/pfree mulation (was xlogreader-v4)