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:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user