var github.com/jackc/pgtype.bigMinInt64

2 uses

	github.com/jackc/pgtype (current package)
		numeric.go#L36: var bigMinInt64 *big.Int = big.NewInt(math.MinInt64)
		numeric.go#L289: 			if normalizedInt.Cmp(bigMinInt64) < 0 {