postgresql/src/backend/access/common
Noah Misch 19085116ee Cooperate with the Valgrind instrumentation framework.
Valgrind "client requests" in aset.c and mcxt.c teach Valgrind and its
Memcheck tool about the PostgreSQL allocator.  This makes Valgrind
roughly as sensitive to memory errors involving palloc chunks as it is
to memory errors involving malloc chunks.  Further client requests in
PageAddItem() and printtup() verify that all bits being added to a
buffer page or furnished to an output function are predictably-defined.
Those tests catch failures of C-language functions to fully initialize
the bits of a Datum, which in turn stymie optimizations that rely on
_equalConst().  Define the USE_VALGRIND symbol in pg_config_manual.h to
enable these additions.  An included "suppression file" silences nominal
errors we don't plan to fix.

Reviewed in earlier versions by Peter Geoghegan and Korry Douglas.
2013-06-26 20:22:25 -04:00
..
Makefile Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
heaptuple.c Improve concurrency of foreign key locking 2013-01-23 12:04:59 -03:00
indextuple.c Update copyrights for 2013 2013-01-01 17:15:01 -05:00
printtup.c Cooperate with the Valgrind instrumentation framework. 2013-06-26 20:22:25 -04:00
reloptions.c Add a materialized view relations. 2013-03-03 18:23:31 -06:00
scankey.c Update copyrights for 2013 2013-01-01 17:15:01 -05:00
tupconvert.c Update copyrights for 2013 2013-01-01 17:15:01 -05:00
tupdesc.c Update copyrights for 2013 2013-01-01 17:15:01 -05:00