=> conn.HasIntegerDateTimes // Check for the legacy floating point timestamps feature ? new TimestampTzHandler(postgresType, conn.Connector !.ConvertInfinityDateTime)
: base(postgresType) => _textHandler = new TextHandler(postgresType, connection);
=> new DateHandler(postgresType, conn.Connector !.ConvertInfinityDateTime);
=> _textHandler = new TextHandler(postgresType, encoding);