var github.com/jackc/pgtype.bigMaxInt32

2 uses

	github.com/jackc/pgtype (current package)
		numeric.go#L33: var bigMaxInt32 *big.Int = big.NewInt(math.MaxInt32)
		numeric.go#L274: 			if normalizedInt.Cmp(bigMaxInt32) > 0 {