mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Fix some comments referring to past features
Timestamp can only be an int64 sinceb9d092c
, and support for WITH OIDS has been removed as of578b229
. Author: Justin Pryzby Discussion: https://postgr.es/m/20200612023709.GC14879@telsasoft.com
This commit is contained in:
@ -4018,8 +4018,8 @@ estimate_multivariate_ndistinct(PlannerInfo *root, RelOptInfo *rel,
|
||||
* to be treated separately.
|
||||
*
|
||||
* The several datatypes representing absolute times are all converted
|
||||
* to Timestamp, which is actually a double, and then we just use that
|
||||
* double value. Note this will give correct results even for the "special"
|
||||
* to Timestamp, which is actually an int64, and then we promote that to
|
||||
* a double. Note this will give correct results even for the "special"
|
||||
* values of Timestamp, since those are chosen to compare correctly;
|
||||
* see timestamp_cmp.
|
||||
*
|
||||
|
Reference in New Issue
Block a user