Thanks to visit codestin.com Credit goes to github.com
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 60044d4 commit 0b7bb96Copy full SHA for 0b7bb96
src/include/nodes/nodes.h
@@ -230,9 +230,9 @@ extern bool equal(const void *a, const void *b);
230
231
232
/*
233
- * Typedefs for identifying qualifier selectivities and plan costs as such.
234
- * These are just plain "double"s, but declaring a variable as Selectivity
235
- * or Cost makes the intent more obvious.
+ * Typedefs for identifying qualifier selectivities, plan costs, and row
+ * counts as such. These are just plain "double"s, but declaring a variable
+ * as Selectivity, Cost, or Cardinality makes the intent more obvious.
236
*
237
* These could have gone into plannodes.h or some such, but many files
238
* depend on them...
0 commit comments