Here is a small patch to add a comment on its new member PartitionRoot.

Best regards,
Etsuro Fujita
diff --git a/src/include/nodes/execnodes.h b/src/include/nodes/execnodes.h
index d33392f..7175a42 100644
--- a/src/include/nodes/execnodes.h
+++ b/src/include/nodes/execnodes.h
@@ -365,6 +365,7 @@ typedef struct JunkFilter
  *             onConflictSetWhere              list of ON CONFLICT DO UPDATE 
exprs (qual)
  *             PartitionCheck                  partition check expression
  *             PartitionCheckExpr              partition check expression state
+ *             PartitionRoot                   relation descriptor for root 
partitioned table
  * ----------------
  */
 typedef struct ResultRelInfo
-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to