const github.com/jackc/pgtype.minInt

3 uses

	github.com/jackc/pgtype (current package)
		convert.go#L13: const minInt = -maxInt - 1
		convert.go#L213: 			if srcVal < int64(minInt) {
		numeric.go#L38: var bigMinInt *big.Int = big.NewInt(int64(minInt))