1
0
mirror of https://github.com/postgres/postgres.git synced 2025-10-16 17:07:43 +03: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:
Tom Lane
2025-08-05 12:11:33 -04:00
parent e035863c9a
commit f291751ef8

View File

@@ -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)
{