var github.com/jackc/pgtype.bigMinInt16

2 uses

	github.com/jackc/pgtype (current package)
		numeric.go#L32: var bigMinInt16 *big.Int = big.NewInt(math.MinInt16)
		numeric.go#L265: 			if normalizedInt.Cmp(bigMinInt16) < 0 {