var github.com/jackc/pgtype.bigMaxUint8

2 uses

	github.com/jackc/pgtype (current package)
		numeric.go#L40: var bigMaxUint8 *big.Int = big.NewInt(math.MaxUint8)
		numeric.go#L311: 			} else if normalizedInt.Cmp(bigMaxUint8) > 0 {