From 42f796cad93bfd2928a815b5b99ce17eded93ef0 Mon Sep 17 00:00:00 2001 From: Heikki Linnakangas Date: Fri, 31 Jul 2020 21:31:03 +0300 Subject: [PATCH] Remove comment about field that was removed earlier. --- src/include/nodes/execnodes.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/include/nodes/execnodes.h b/src/include/nodes/execnodes.h index b08a1eb1c3..63f3abe95f 100644 --- a/src/include/nodes/execnodes.h +++ b/src/include/nodes/execnodes.h @@ -345,7 +345,6 @@ typedef void *RelationDeleteDesc; * ao_segno the AO segfile we inserted into. * extinsertDesc ??? * aosegno ??? - * aoprocessed ??? * partInsertMap map input attrno to target attrno * partSlot TupleTableSlot for the target part relation * resultSlot TupleTableSlot for the target relation -- GitLab