var github.com/jackc/pgtype.bigMinInt32

2 uses

	github.com/jackc/pgtype (current package)
		numeric.go#L34: var bigMinInt32 *big.Int = big.NewInt(math.MinInt32)
		numeric.go#L277: 			if normalizedInt.Cmp(bigMinInt32) < 0 {