pgsql: Refactor aset.c and mcxt.c in preparation for Valgrind cooperati

Поиск
Список
Период
Сортировка
От Noah Misch
Тема pgsql: Refactor aset.c and mcxt.c in preparation for Valgrind cooperati
Дата
Msg-id E1Us0B6-0007jm-JL@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Refactor aset.c and mcxt.c in preparation for Valgrind cooperation.

Move some repeated debugging code into functions and store intermediates
in variables where not presently necessary.  No code-generation changes
in a production build, and no functional changes.  This simplifies and
focuses the main patch.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/a855148a29b786b179308b3bd5c59fe5b67110d8

Modified Files
--------------
src/backend/utils/mmgr/aset.c |   65 ++++++++++++++++++++++++++++-------------
src/backend/utils/mmgr/mcxt.c |   46 +++++++++++++++++------------
2 files changed, 73 insertions(+), 38 deletions(-)


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

Предыдущее
От: Noah Misch
Дата:
Сообщение: pgsql: Document effect of constant folding on CASE.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Tweak wording in sequence-function docs to avoid PDF build failu