Skip to content

Commit 16ffb9b

Browse files
committed
update comments to WrapperNode
1 parent 4cae42b commit 16ffb9b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/include/pathman.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,9 @@ typedef struct
134134
const Node *orig; /* examined expression */
135135
List *args; /* extracted from 'orig' */
136136
List *rangeset; /* IndexRanges representing selected parts */
137+
double paramsel; /* estimated selectivity of PARAMs
138+
(for RuntimeAppend costs) */
137139
bool found_gap; /* were there any gaps? */
138-
double paramsel; /* estimated selectivity */
139140
} WrapperNode;
140141

141142
typedef struct

0 commit comments

Comments
 (0)