From 812221b204276b884d2b14ef56aabd9e1946be81 Mon Sep 17 00:00:00 2001 From: Nathan Bossart Date: Thu, 16 Oct 2025 11:31:38 -0500 Subject: Remove partColsUpdated. This information appears to have been unused since commit c5b7ba4e67. We could not find any references in third-party code, either. Reviewed-by: Chao Li Reviewed-by: Tom Lane Reviewed-by: Michael Paquier Discussion: https://postgr.es/m/aO_CyFRpbVMtgJWM%40nathan --- src/include/optimizer/pathnode.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/include/optimizer/pathnode.h') diff --git a/src/include/optimizer/pathnode.h b/src/include/optimizer/pathnode.h index da60383c2aa..955e9056858 100644 --- a/src/include/optimizer/pathnode.h +++ b/src/include/optimizer/pathnode.h @@ -281,7 +281,6 @@ extern ModifyTablePath *create_modifytable_path(PlannerInfo *root, Path *subpath, CmdType operation, bool canSetTag, Index nominalRelation, Index rootRelation, - bool partColsUpdated, List *resultRelations, List *updateColnosLists, List *withCheckOptionLists, List *returningLists, -- cgit v1.2.3