]> granicus.if.org Git - postgresql/commit
Refactor aset.c and mcxt.c in preparation for Valgrind cooperation.
authorNoah Misch <noah@leadboat.com>
Wed, 26 Jun 2013 23:56:03 +0000 (19:56 -0400)
committerNoah Misch <noah@leadboat.com>
Wed, 26 Jun 2013 23:56:03 +0000 (19:56 -0400)
commita855148a29b786b179308b3bd5c59fe5b67110d8
treeba9441dba6c9ad3e799b15bbca300b744f039bbd
parent1d96bb96024c51f5a445f85ec45ce2e9bbd08c56
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.
src/backend/utils/mmgr/aset.c
src/backend/utils/mmgr/mcxt.c