Skip to content

Commit f291751

Browse files
committed
Mop-up for commit e035863.
Neither Peter nor I had tried this with USE_VALGRIND ... Per buildfarm member skink.
1 parent e035863 commit f291751

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/access/common/printtup.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ printtup(TupleTableSlot *slot, DestReceiver *self)
350350
*/
351351
if (thisState->typisvarlena)
352352
VALGRIND_CHECK_MEM_IS_DEFINED(DatumGetPointer(attr),
353-
VARSIZE_ANY(attr));
353+
VARSIZE_ANY(DatumGetPointer(attr)));
354354

355355
if (thisState->format == 0)
356356
{

0 commit comments

Comments
 (0)