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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy