var github.com/jackc/pgtype.bigMaxUint

2 uses

	github.com/jackc/pgtype (current package)
		numeric.go#L44: var bigMaxUint *big.Int = (&big.Int{}).SetUint64(uint64(maxUint))
		numeric.go#L300: 			} else if normalizedInt.Cmp(bigMaxUint) > 0 {