tss_htup.patch

text/x-patch

Filename: tss_htup.patch
Type: text/x-patch
Part: 9
Message: Fix inconsistencies for v12 (pass 2)

Patch

Format: unified
File+
src/include/nodes/execnodes.h 0 1
diff --git a/src/include/nodes/execnodes.h b/src/include/nodes/execnodes.h
index 99b9fa414f..ab985b60c6 100644
--- a/src/include/nodes/execnodes.h
+++ b/src/include/nodes/execnodes.h
@@ -1571,7 +1571,6 @@ typedef struct TidScanState
 	int			tss_NumTids;
 	int			tss_TidPtr;
 	ItemPointerData *tss_TidList;
-	HeapTupleData tss_htup;
 } TidScanState;
 
 /* ----------------