var github.com/jackc/pgtype.bigMaxInt16

2 uses

	github.com/jackc/pgtype (current package)
		numeric.go#L31: var bigMaxInt16 *big.Int = big.NewInt(math.MaxInt16)
		numeric.go#L262: 			if normalizedInt.Cmp(bigMaxInt16) > 0 {