Add Cardinality typedef

Peter Eisentraut <peter@eisentraut.org>

Commit: 6fe0eb963d3894ae9b0b6e151083887b664d45a3
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2021-09-15T16:56:13Z
Releases: 15.0
Add Cardinality typedef

Similar to Cost and Selectivity, this is just a double, which can be
used in path and plan nodes to give some hint about the meaning of a
field.

Discussion: https://www.postgresql.org/message-id/c091e5cd-45f8-69ee-6a9b-de86912cc7e7@enterprisedb.com

Files

PathChange+/−
src/include/nodes/nodes.h modified +1 −0
src/include/nodes/parsenodes.h modified +1 −1
src/include/nodes/pathnodes.h modified +23 −23
src/include/nodes/plannodes.h modified +2 −2

Discussion