mirror of
https://github.com/postgres/postgres.git
synced 2025-08-28 18:48:04 +03:00
Support range data types.
Selectivity estimation functions are missing for some range type operators, which is a TODO. Jeff Davis
This commit is contained in:
@@ -70,6 +70,7 @@ enum SysCacheIdentifier
|
||||
OPFAMILYOID,
|
||||
PROCNAMEARGSNSP,
|
||||
PROCOID,
|
||||
RANGETYPE,
|
||||
RELNAMENSP,
|
||||
RELOID,
|
||||
RULERELNAME,
|
||||
|
Reference in New Issue
Block a user