use less space in xl_xact_commit patch

Поиск
Список
Период
Сортировка
От Leonardo Francalanci
Тема use less space in xl_xact_commit patch
Дата
Msg-id 235610.92468.qm@web29004.mail.ird.yahoo.com
обсуждение исходный текст
Ответы Re: use less space in xl_xact_commit patch
Список pgsql-hackers
Hi,


following the conversation at

http://postgresql.1045698.n5.nabble.com/switch-UNLOGGED-to-LOGGED-tp4290461p4382333.html


I tried to remove some bytes from xl_xact_commit.

The way I did it needs palloc+memcpy. I guess it could be done
reusing the memory for smgrGetPendingDeletes. But I don't
think it's that important.

I guess there are other ways of doing it; let me know what
you think.



Leonardo

Вложения

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pg_upgrade permission check
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pg_upgrade permission check