Skip to content

Commit 2a607fb

Browse files
committed
Update comment for Cardinality typedef
Author: Richard Guo <guofenglinux@gmail.com> Discussion: https://www.postgresql.org/message-id/flat/CAMbWs4-Zd7Yy80RL1NdskLLo-wz6QoqsbC5TKs%3D3yZxG3BT_aA%40mail.gmail.com
1 parent e52e271 commit 2a607fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/include/nodes/nodes.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -230,9 +230,9 @@ extern bool equal(const void *a, const void *b);
230230

231231

232232
/*
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.
233+
* Typedefs for identifying qualifier selectivities, plan costs, and row
234+
* counts as such. These are just plain "double"s, but declaring a variable
235+
* as Selectivity, Cost, or Cardinality makes the intent more obvious.
236236
*
237237
* These could have gone into plannodes.h or some such, but many files
238238
* depend on them...

0 commit comments

Comments
 (0)