Constant mz_pgrepr::types::MAX_TIME_PRECISION
source · const MAX_TIME_PRECISION: i32 = 6;
Expand description
Mirror of PostgreSQL’s MAX_TIME_PRECISION
constant.
See: https://github.com/postgres/postgres/blob/27b77ecf9/src/include/utils/date.h#L51