var github.com/jackc/pgtype.bigMaxUint32

2 uses

	github.com/jackc/pgtype (current package)
		numeric.go#L42: var bigMaxUint32 *big.Int = big.NewInt(math.MaxUint32)
		numeric.go#L333: 			} else if normalizedInt.Cmp(bigMaxUint32) > 0 {