var github.com/jackc/pgtype.bigMaxInt

2 uses

	github.com/jackc/pgtype (current package)
		numeric.go#L37: var bigMaxInt *big.Int = big.NewInt(int64(maxInt))
		numeric.go#L238: 			if normalizedInt.Cmp(bigMaxInt) > 0 {