mirror of
https://github.com/zebrajr/postgres.git
synced 2025-12-06 12:20:15 +01:00
Mop-up for commit e035863c9.
Neither Peter nor I had tried this with USE_VALGRIND ... Per buildfarm member skink.
This commit is contained in:
parent
e035863c9a
commit
f291751ef8
|
|
@ -350,7 +350,7 @@ printtup(TupleTableSlot *slot, DestReceiver *self)
|
|||
*/
|
||||
if (thisState->typisvarlena)
|
||||
VALGRIND_CHECK_MEM_IS_DEFINED(DatumGetPointer(attr),
|
||||
VARSIZE_ANY(attr));
|
||||
VARSIZE_ANY(DatumGetPointer(attr)));
|
||||
|
||||
if (thisState->format == 0)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user