var github.com/jackc/pgtype.bigMaxUint16

2 uses

	github.com/jackc/pgtype (current package)
		numeric.go#L41: var bigMaxUint16 *big.Int = big.NewInt(math.MaxUint16)
		numeric.go#L322: 			} else if normalizedInt.Cmp(bigMaxUint16) > 0 {