var github.com/jackc/pgtype.bigMinInt

2 uses

	github.com/jackc/pgtype (current package)
		numeric.go#L38: var bigMinInt *big.Int = big.NewInt(int64(minInt))
		numeric.go#L241: 			if normalizedInt.Cmp(bigMinInt) < 0 {