var github.com/jackc/pgtype.bigMaxInt64

2 uses

	github.com/jackc/pgtype (current package)
		numeric.go#L35: var bigMaxInt64 *big.Int = big.NewInt(math.MaxInt64)
		numeric.go#L286: 			if normalizedInt.Cmp(bigMaxInt64) > 0 {