We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cae42b commit 16ffb9bCopy full SHA for 16ffb9b
src/include/pathman.h
@@ -134,8 +134,9 @@ typedef struct
134
const Node *orig; /* examined expression */
135
List *args; /* extracted from 'orig' */
136
List *rangeset; /* IndexRanges representing selected parts */
137
+ double paramsel; /* estimated selectivity of PARAMs
138
+ (for RuntimeAppend costs) */
139
bool found_gap; /* were there any gaps? */
- double paramsel; /* estimated selectivity */
140
} WrapperNode;
141
142
typedef struct
0 commit comments