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 e52e271 commit 2a607fbCopy full SHA for 2a607fb
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