summaryrefslogtreecommitdiff
path: root/src/backend/access/common/printtup.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2025-08-05 12:11:33 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2025-08-05 12:11:33 -0400
commitf291751ef86ec407b3e67a951f55e79fb160ae10 (patch)
treed14a48c99420879de4eff43fc68b21f383e44ecd /src/backend/access/common/printtup.c
parente035863c9a04beeecc254c3bfe48dab58e389e10 (diff)
Mop-up for commit e035863c9.
Neither Peter nor I had tried this with USE_VALGRIND ... Per buildfarm member skink.
Diffstat (limited to 'src/backend/access/common/printtup.c')
-rw-r--r--src/backend/access/common/printtup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/common/printtup.c b/src/backend/access/common/printtup.c
index 830a3d883aa..6d3045e2332 100644
--- a/src/backend/access/common/printtup.c
+++ b/src/backend/access/common/printtup.c
@@ -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)
{