const github.com/jackc/pgx/v5/pgtype.NegativeInfinity

20 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		builtin_wrappers.go#L411: 	case NegativeInfinity:
		builtin_wrappers.go#L433: 	case NegativeInfinity:
		builtin_wrappers.go#L455: 	case NegativeInfinity:
		date.go#L87: 	case NegativeInfinity:
		date.go#L171: 	case NegativeInfinity:
		date.go#L221: 	case NegativeInfinity:
		numeric.go#L79: 	} else if n.InfinityModifier == NegativeInfinity {
		numeric.go#L370: 		return encodeNumericBinary(Numeric{InfinityModifier: NegativeInfinity, Valid: true}, buf)
		numeric.go#L406: 	} else if n.InfinityModifier == NegativeInfinity {
		numeric.go#L558: 	} else if n.InfinityModifier == NegativeInfinity {
		numeric.go#L623: 		return scanner.ScanNumeric(Numeric{InfinityModifier: NegativeInfinity, Valid: true})
		numeric.go#L792: 		return scanner.ScanNumeric(Numeric{InfinityModifier: NegativeInfinity, Valid: true})
		pgtype.go#L137: 	NegativeInfinity InfinityModifier = -Infinity
		pgtype.go#L146: 	case NegativeInfinity:
		timestamp.go#L88: 	case NegativeInfinity:
		timestamp.go#L183: 	case NegativeInfinity:
		timestamp.go#L225: 	case NegativeInfinity:
		timestamptz.go#L95: 	case NegativeInfinity:
		timestamptz.go#L181: 	case NegativeInfinity:
		timestamptz.go#L224: 	case NegativeInfinity: