\set ECHO none ok 1..0 1..3630 ok 1 - No NULL variants ok 2 - Verify result of cast '-1'::smallint ok 3 - Verify result of cast '0'::smallint ok 4 - Verify result of cast '1'::smallint ok 5 - Verify result of cast NULL::smallint ok 6 - Verify result of cast '-1'::integer ok 7 - Verify result of cast '0'::integer ok 8 - Verify result of cast '1'::integer ok 9 - Verify result of cast NULL::integer ok 10 - Verify result of cast '-1'::bigint ok 11 - Verify result of cast '0'::bigint ok 12 - Verify result of cast '1'::bigint ok 13 - Verify result of cast NULL::bigint ok 14 - Verify result of cast '-1'::real ok 15 - Verify result of cast '0'::real ok 16 - Verify result of cast '1'::real ok 17 - Verify result of cast NULL::real ok 18 - Verify result of cast '-1'::numeric(2,1) ok 19 - Verify result of cast '0'::numeric(2,1) ok 20 - Verify result of cast '1'::numeric(2,1) ok 21 - Verify result of cast NULL::numeric(2,1) ok 22 - Verify result of cast '-1'::numeric ok 23 - Verify result of cast '0'::numeric ok 24 - Verify result of cast '1'::numeric ok 25 - Verify result of cast NULL::numeric ok 26 - Verify result of cast '-1'::float ok 27 - Verify result of cast '0'::float ok 28 - Verify result of cast '1'::float ok 29 - Verify result of cast NULL::float ok 30 - SET base_variant_b ok 31 - Verify text_in(text_out()) works for (smallint,-1) ok 32 - Verify text_in(text_out()) works for (smallint,0) ok 33 - Verify text_in(text_out()) works for (smallint,1) ok 34 - Verify text_in(text_out()) works for (smallint,) ok 35 - Verify text_in(text_out()) works for (integer,-1) ok 36 - Verify text_in(text_out()) works for (integer,0) ok 37 - Verify text_in(text_out()) works for (integer,1) ok 38 - Verify text_in(text_out()) works for (integer,) ok 39 - Verify text_in(text_out()) works for (bigint,-1) ok 40 - Verify text_in(text_out()) works for (bigint,0) ok 41 - Verify text_in(text_out()) works for (bigint,1) ok 42 - Verify text_in(text_out()) works for (bigint,) ok 43 - Verify text_in(text_out()) works for (real,-1) ok 44 - Verify text_in(text_out()) works for (real,0) ok 45 - Verify text_in(text_out()) works for (real,1) ok 46 - Verify text_in(text_out()) works for (real,) ok 47 - Verify text_in(text_out()) works for ("numeric(2,1)",-1.0) ok 48 - Verify text_in(text_out()) works for ("numeric(2,1)",0.0) ok 49 - Verify text_in(text_out()) works for ("numeric(2,1)",1.0) ok 50 - Verify text_in(text_out()) works for ("numeric(2,1)",) ok 51 - Verify text_in(text_out()) works for (numeric,-1) ok 52 - Verify text_in(text_out()) works for (numeric,0) ok 53 - Verify text_in(text_out()) works for (numeric,1) ok 54 - Verify text_in(text_out()) works for (numeric,) ok 55 - Verify text_in(text_out()) works for ("double precision",-1) ok 56 - Verify text_in(text_out()) works for ("double precision",0) ok 57 - Verify text_in(text_out()) works for ("double precision",1) ok 58 - Verify text_in(text_out()) works for ("double precision",) ok 59 ok 60 ok 61 ok 62 ok 63 ok 64 ok 65 ok 66 ok 67 ok 68 ok 69 ok 70 ok 71 ok 72 ok 73 ok 74 ok 75 ok 76 ok 77 ok 78 ok 79 ok 80 ok 81 ok 82 ok 83 ok 84 ok 85 ok 86 ok 87 - No NULL variants ok 88 - Verify result of cast '0'::smallint ok 89 - Verify result of cast '0'::integer ok 90 - Verify result of cast '0'::bigint ok 91 - Verify result of cast '0'::float ok 92 - Verify result of cast '0'::real ok 93 - Verify result of cast '0'::numeric(2,1) ok 94 - Verify result of cast '0'::numeric ok 95 - SET compare_variant_b ok 96 - Verify text_in(text_out()) works for (smallint,0) ok 97 - Verify text_in(text_out()) works for (integer,0) ok 98 - Verify text_in(text_out()) works for (bigint,0) ok 99 - Verify text_in(text_out()) works for ("double precision",0) ok 100 - Verify text_in(text_out()) works for (real,0) ok 101 - Verify text_in(text_out()) works for ("numeric(2,1)",0.0) ok 102 - Verify text_in(text_out()) works for (numeric,0) ok 103 - check casted vs uncasted for '0'::bigint < '-1'::bigint ok 104 - check casted vs uncasted for '0'::bigint < '0'::bigint ok 105 - check casted vs uncasted for '0'::bigint < '1'::bigint ok 106 - check casted vs uncasted for '0'::bigint < NULL::bigint ok 107 - check casted vs uncasted for '0'::bigint < '-1'::float ok 108 - check casted vs uncasted for '0'::bigint < '0'::float ok 109 - check casted vs uncasted for '0'::bigint < '1'::float ok 110 - check casted vs uncasted for '0'::bigint < NULL::float ok 111 - check casted vs uncasted for '0'::bigint < '-1'::integer ok 112 - check casted vs uncasted for '0'::bigint < '0'::integer ok 113 - check casted vs uncasted for '0'::bigint < '1'::integer ok 114 - check casted vs uncasted for '0'::bigint < NULL::integer ok 115 - check casted vs uncasted for '0'::bigint < '-1'::numeric ok 116 - check casted vs uncasted for '0'::bigint < '0'::numeric ok 117 - check casted vs uncasted for '0'::bigint < '1'::numeric ok 118 - check casted vs uncasted for '0'::bigint < NULL::numeric ok 119 - check casted vs uncasted for '0'::bigint < '-1'::numeric(2,1) ok 120 - check casted vs uncasted for '0'::bigint < '0'::numeric(2,1) ok 121 - check casted vs uncasted for '0'::bigint < '1'::numeric(2,1) ok 122 - check casted vs uncasted for '0'::bigint < NULL::numeric(2,1) ok 123 - check casted vs uncasted for '0'::bigint < '-1'::real ok 124 - check casted vs uncasted for '0'::bigint < '0'::real ok 125 - check casted vs uncasted for '0'::bigint < '1'::real ok 126 - check casted vs uncasted for '0'::bigint < NULL::real ok 127 - check casted vs uncasted for '0'::bigint < '-1'::smallint ok 128 - check casted vs uncasted for '0'::bigint < '0'::smallint ok 129 - check casted vs uncasted for '0'::bigint < '1'::smallint ok 130 - check casted vs uncasted for '0'::bigint < NULL::smallint ok 131 - check casted vs uncasted for '0'::float < '-1'::bigint ok 132 - check casted vs uncasted for '0'::float < '0'::bigint ok 133 - check casted vs uncasted for '0'::float < '1'::bigint ok 134 - check casted vs uncasted for '0'::float < NULL::bigint ok 135 - check casted vs uncasted for '0'::float < '-1'::float ok 136 - check casted vs uncasted for '0'::float < '0'::float ok 137 - check casted vs uncasted for '0'::float < '1'::float ok 138 - check casted vs uncasted for '0'::float < NULL::float ok 139 - check casted vs uncasted for '0'::float < '-1'::integer ok 140 - check casted vs uncasted for '0'::float < '0'::integer ok 141 - check casted vs uncasted for '0'::float < '1'::integer ok 142 - check casted vs uncasted for '0'::float < NULL::integer ok 143 - check casted vs uncasted for '0'::float < '-1'::numeric ok 144 - check casted vs uncasted for '0'::float < '0'::numeric ok 145 - check casted vs uncasted for '0'::float < '1'::numeric ok 146 - check casted vs uncasted for '0'::float < NULL::numeric ok 147 - check casted vs uncasted for '0'::float < '-1'::numeric(2,1) ok 148 - check casted vs uncasted for '0'::float < '0'::numeric(2,1) ok 149 - check casted vs uncasted for '0'::float < '1'::numeric(2,1) ok 150 - check casted vs uncasted for '0'::float < NULL::numeric(2,1) ok 151 - check casted vs uncasted for '0'::float < '-1'::real ok 152 - check casted vs uncasted for '0'::float < '0'::real ok 153 - check casted vs uncasted for '0'::float < '1'::real ok 154 - check casted vs uncasted for '0'::float < NULL::real ok 155 - check casted vs uncasted for '0'::float < '-1'::smallint ok 156 - check casted vs uncasted for '0'::float < '0'::smallint ok 157 - check casted vs uncasted for '0'::float < '1'::smallint ok 158 - check casted vs uncasted for '0'::float < NULL::smallint ok 159 - check casted vs uncasted for '0'::integer < '-1'::bigint ok 160 - check casted vs uncasted for '0'::integer < '0'::bigint ok 161 - check casted vs uncasted for '0'::integer < '1'::bigint ok 162 - check casted vs uncasted for '0'::integer < NULL::bigint ok 163 - check casted vs uncasted for '0'::integer < '-1'::float ok 164 - check casted vs uncasted for '0'::integer < '0'::float ok 165 - check casted vs uncasted for '0'::integer < '1'::float ok 166 - check casted vs uncasted for '0'::integer < NULL::float ok 167 - check casted vs uncasted for '0'::integer < '-1'::integer ok 168 - check casted vs uncasted for '0'::integer < '0'::integer ok 169 - check casted vs uncasted for '0'::integer < '1'::integer ok 170 - check casted vs uncasted for '0'::integer < NULL::integer ok 171 - check casted vs uncasted for '0'::integer < '-1'::numeric ok 172 - check casted vs uncasted for '0'::integer < '0'::numeric ok 173 - check casted vs uncasted for '0'::integer < '1'::numeric ok 174 - check casted vs uncasted for '0'::integer < NULL::numeric ok 175 - check casted vs uncasted for '0'::integer < '-1'::numeric(2,1) ok 176 - check casted vs uncasted for '0'::integer < '0'::numeric(2,1) ok 177 - check casted vs uncasted for '0'::integer < '1'::numeric(2,1) ok 178 - check casted vs uncasted for '0'::integer < NULL::numeric(2,1) ok 179 - check casted vs uncasted for '0'::integer < '-1'::real ok 180 - check casted vs uncasted for '0'::integer < '0'::real ok 181 - check casted vs uncasted for '0'::integer < '1'::real ok 182 - check casted vs uncasted for '0'::integer < NULL::real ok 183 - check casted vs uncasted for '0'::integer < '-1'::smallint ok 184 - check casted vs uncasted for '0'::integer < '0'::smallint ok 185 - check casted vs uncasted for '0'::integer < '1'::smallint ok 186 - check casted vs uncasted for '0'::integer < NULL::smallint ok 187 - check casted vs uncasted for '0'::numeric < '-1'::bigint ok 188 - check casted vs uncasted for '0'::numeric < '0'::bigint ok 189 - check casted vs uncasted for '0'::numeric < '1'::bigint ok 190 - check casted vs uncasted for '0'::numeric < NULL::bigint ok 191 - check casted vs uncasted for '0'::numeric < '-1'::float ok 192 - check casted vs uncasted for '0'::numeric < '0'::float ok 193 - check casted vs uncasted for '0'::numeric < '1'::float ok 194 - check casted vs uncasted for '0'::numeric < NULL::float ok 195 - check casted vs uncasted for '0'::numeric < '-1'::integer ok 196 - check casted vs uncasted for '0'::numeric < '0'::integer ok 197 - check casted vs uncasted for '0'::numeric < '1'::integer ok 198 - check casted vs uncasted for '0'::numeric < NULL::integer ok 199 - check casted vs uncasted for '0'::numeric < '-1'::numeric ok 200 - check casted vs uncasted for '0'::numeric < '0'::numeric ok 201 - check casted vs uncasted for '0'::numeric < '1'::numeric ok 202 - check casted vs uncasted for '0'::numeric < NULL::numeric ok 203 - check casted vs uncasted for '0'::numeric < '-1'::numeric(2,1) ok 204 - check casted vs uncasted for '0'::numeric < '0'::numeric(2,1) ok 205 - check casted vs uncasted for '0'::numeric < '1'::numeric(2,1) ok 206 - check casted vs uncasted for '0'::numeric < NULL::numeric(2,1) ok 207 - check casted vs uncasted for '0'::numeric < '-1'::real ok 208 - check casted vs uncasted for '0'::numeric < '0'::real ok 209 - check casted vs uncasted for '0'::numeric < '1'::real ok 210 - check casted vs uncasted for '0'::numeric < NULL::real ok 211 - check casted vs uncasted for '0'::numeric < '-1'::smallint ok 212 - check casted vs uncasted for '0'::numeric < '0'::smallint ok 213 - check casted vs uncasted for '0'::numeric < '1'::smallint ok 214 - check casted vs uncasted for '0'::numeric < NULL::smallint ok 215 - check casted vs uncasted for '0'::numeric(2,1) < '-1'::bigint ok 216 - check casted vs uncasted for '0'::numeric(2,1) < '0'::bigint ok 217 - check casted vs uncasted for '0'::numeric(2,1) < '1'::bigint ok 218 - check casted vs uncasted for '0'::numeric(2,1) < NULL::bigint ok 219 - check casted vs uncasted for '0'::numeric(2,1) < '-1'::float ok 220 - check casted vs uncasted for '0'::numeric(2,1) < '0'::float ok 221 - check casted vs uncasted for '0'::numeric(2,1) < '1'::float ok 222 - check casted vs uncasted for '0'::numeric(2,1) < NULL::float ok 223 - check casted vs uncasted for '0'::numeric(2,1) < '-1'::integer ok 224 - check casted vs uncasted for '0'::numeric(2,1) < '0'::integer ok 225 - check casted vs uncasted for '0'::numeric(2,1) < '1'::integer ok 226 - check casted vs uncasted for '0'::numeric(2,1) < NULL::integer ok 227 - check casted vs uncasted for '0'::numeric(2,1) < '-1'::numeric ok 228 - check casted vs uncasted for '0'::numeric(2,1) < '0'::numeric ok 229 - check casted vs uncasted for '0'::numeric(2,1) < '1'::numeric ok 230 - check casted vs uncasted for '0'::numeric(2,1) < NULL::numeric ok 231 - check casted vs uncasted for '0'::numeric(2,1) < '-1'::numeric(2,1) ok 232 - check casted vs uncasted for '0'::numeric(2,1) < '0'::numeric(2,1) ok 233 - check casted vs uncasted for '0'::numeric(2,1) < '1'::numeric(2,1) ok 234 - check casted vs uncasted for '0'::numeric(2,1) < NULL::numeric(2,1) ok 235 - check casted vs uncasted for '0'::numeric(2,1) < '-1'::real ok 236 - check casted vs uncasted for '0'::numeric(2,1) < '0'::real ok 237 - check casted vs uncasted for '0'::numeric(2,1) < '1'::real ok 238 - check casted vs uncasted for '0'::numeric(2,1) < NULL::real ok 239 - check casted vs uncasted for '0'::numeric(2,1) < '-1'::smallint ok 240 - check casted vs uncasted for '0'::numeric(2,1) < '0'::smallint ok 241 - check casted vs uncasted for '0'::numeric(2,1) < '1'::smallint ok 242 - check casted vs uncasted for '0'::numeric(2,1) < NULL::smallint ok 243 - check casted vs uncasted for '0'::real < '-1'::bigint ok 244 - check casted vs uncasted for '0'::real < '0'::bigint ok 245 - check casted vs uncasted for '0'::real < '1'::bigint ok 246 - check casted vs uncasted for '0'::real < NULL::bigint ok 247 - check casted vs uncasted for '0'::real < '-1'::float ok 248 - check casted vs uncasted for '0'::real < '0'::float ok 249 - check casted vs uncasted for '0'::real < '1'::float ok 250 - check casted vs uncasted for '0'::real < NULL::float ok 251 - check casted vs uncasted for '0'::real < '-1'::integer ok 252 - check casted vs uncasted for '0'::real < '0'::integer ok 253 - check casted vs uncasted for '0'::real < '1'::integer ok 254 - check casted vs uncasted for '0'::real < NULL::integer ok 255 - check casted vs uncasted for '0'::real < '-1'::numeric ok 256 - check casted vs uncasted for '0'::real < '0'::numeric ok 257 - check casted vs uncasted for '0'::real < '1'::numeric ok 258 - check casted vs uncasted for '0'::real < NULL::numeric ok 259 - check casted vs uncasted for '0'::real < '-1'::numeric(2,1) ok 260 - check casted vs uncasted for '0'::real < '0'::numeric(2,1) ok 261 - check casted vs uncasted for '0'::real < '1'::numeric(2,1) ok 262 - check casted vs uncasted for '0'::real < NULL::numeric(2,1) ok 263 - check casted vs uncasted for '0'::real < '-1'::real ok 264 - check casted vs uncasted for '0'::real < '0'::real ok 265 - check casted vs uncasted for '0'::real < '1'::real ok 266 - check casted vs uncasted for '0'::real < NULL::real ok 267 - check casted vs uncasted for '0'::real < '-1'::smallint ok 268 - check casted vs uncasted for '0'::real < '0'::smallint ok 269 - check casted vs uncasted for '0'::real < '1'::smallint ok 270 - check casted vs uncasted for '0'::real < NULL::smallint ok 271 - check casted vs uncasted for '0'::smallint < '-1'::bigint ok 272 - check casted vs uncasted for '0'::smallint < '0'::bigint ok 273 - check casted vs uncasted for '0'::smallint < '1'::bigint ok 274 - check casted vs uncasted for '0'::smallint < NULL::bigint ok 275 - check casted vs uncasted for '0'::smallint < '-1'::float ok 276 - check casted vs uncasted for '0'::smallint < '0'::float ok 277 - check casted vs uncasted for '0'::smallint < '1'::float ok 278 - check casted vs uncasted for '0'::smallint < NULL::float ok 279 - check casted vs uncasted for '0'::smallint < '-1'::integer ok 280 - check casted vs uncasted for '0'::smallint < '0'::integer ok 281 - check casted vs uncasted for '0'::smallint < '1'::integer ok 282 - check casted vs uncasted for '0'::smallint < NULL::integer ok 283 - check casted vs uncasted for '0'::smallint < '-1'::numeric ok 284 - check casted vs uncasted for '0'::smallint < '0'::numeric ok 285 - check casted vs uncasted for '0'::smallint < '1'::numeric ok 286 - check casted vs uncasted for '0'::smallint < NULL::numeric ok 287 - check casted vs uncasted for '0'::smallint < '-1'::numeric(2,1) ok 288 - check casted vs uncasted for '0'::smallint < '0'::numeric(2,1) ok 289 - check casted vs uncasted for '0'::smallint < '1'::numeric(2,1) ok 290 - check casted vs uncasted for '0'::smallint < NULL::numeric(2,1) ok 291 - check casted vs uncasted for '0'::smallint < '-1'::real ok 292 - check casted vs uncasted for '0'::smallint < '0'::real ok 293 - check casted vs uncasted for '0'::smallint < '1'::real ok 294 - check casted vs uncasted for '0'::smallint < NULL::real ok 295 - check casted vs uncasted for '0'::smallint < '-1'::smallint ok 296 - check casted vs uncasted for '0'::smallint < '0'::smallint ok 297 - check casted vs uncasted for '0'::smallint < '1'::smallint ok 298 - check casted vs uncasted for '0'::smallint < NULL::smallint ok 299 - check casted vs uncasted for '0'::bigint <= '-1'::bigint ok 300 - check casted vs uncasted for '0'::bigint <= '0'::bigint ok 301 - check casted vs uncasted for '0'::bigint <= '1'::bigint ok 302 - check casted vs uncasted for '0'::bigint <= NULL::bigint ok 303 - check casted vs uncasted for '0'::bigint <= '-1'::float ok 304 - check casted vs uncasted for '0'::bigint <= '0'::float ok 305 - check casted vs uncasted for '0'::bigint <= '1'::float ok 306 - check casted vs uncasted for '0'::bigint <= NULL::float ok 307 - check casted vs uncasted for '0'::bigint <= '-1'::integer ok 308 - check casted vs uncasted for '0'::bigint <= '0'::integer ok 309 - check casted vs uncasted for '0'::bigint <= '1'::integer ok 310 - check casted vs uncasted for '0'::bigint <= NULL::integer ok 311 - check casted vs uncasted for '0'::bigint <= '-1'::numeric ok 312 - check casted vs uncasted for '0'::bigint <= '0'::numeric ok 313 - check casted vs uncasted for '0'::bigint <= '1'::numeric ok 314 - check casted vs uncasted for '0'::bigint <= NULL::numeric ok 315 - check casted vs uncasted for '0'::bigint <= '-1'::numeric(2,1) ok 316 - check casted vs uncasted for '0'::bigint <= '0'::numeric(2,1) ok 317 - check casted vs uncasted for '0'::bigint <= '1'::numeric(2,1) ok 318 - check casted vs uncasted for '0'::bigint <= NULL::numeric(2,1) ok 319 - check casted vs uncasted for '0'::bigint <= '-1'::real ok 320 - check casted vs uncasted for '0'::bigint <= '0'::real ok 321 - check casted vs uncasted for '0'::bigint <= '1'::real ok 322 - check casted vs uncasted for '0'::bigint <= NULL::real ok 323 - check casted vs uncasted for '0'::bigint <= '-1'::smallint ok 324 - check casted vs uncasted for '0'::bigint <= '0'::smallint ok 325 - check casted vs uncasted for '0'::bigint <= '1'::smallint ok 326 - check casted vs uncasted for '0'::bigint <= NULL::smallint ok 327 - check casted vs uncasted for '0'::float <= '-1'::bigint ok 328 - check casted vs uncasted for '0'::float <= '0'::bigint ok 329 - check casted vs uncasted for '0'::float <= '1'::bigint ok 330 - check casted vs uncasted for '0'::float <= NULL::bigint ok 331 - check casted vs uncasted for '0'::float <= '-1'::float ok 332 - check casted vs uncasted for '0'::float <= '0'::float ok 333 - check casted vs uncasted for '0'::float <= '1'::float ok 334 - check casted vs uncasted for '0'::float <= NULL::float ok 335 - check casted vs uncasted for '0'::float <= '-1'::integer ok 336 - check casted vs uncasted for '0'::float <= '0'::integer ok 337 - check casted vs uncasted for '0'::float <= '1'::integer ok 338 - check casted vs uncasted for '0'::float <= NULL::integer ok 339 - check casted vs uncasted for '0'::float <= '-1'::numeric ok 340 - check casted vs uncasted for '0'::float <= '0'::numeric ok 341 - check casted vs uncasted for '0'::float <= '1'::numeric ok 342 - check casted vs uncasted for '0'::float <= NULL::numeric ok 343 - check casted vs uncasted for '0'::float <= '-1'::numeric(2,1) ok 344 - check casted vs uncasted for '0'::float <= '0'::numeric(2,1) ok 345 - check casted vs uncasted for '0'::float <= '1'::numeric(2,1) ok 346 - check casted vs uncasted for '0'::float <= NULL::numeric(2,1) ok 347 - check casted vs uncasted for '0'::float <= '-1'::real ok 348 - check casted vs uncasted for '0'::float <= '0'::real ok 349 - check casted vs uncasted for '0'::float <= '1'::real ok 350 - check casted vs uncasted for '0'::float <= NULL::real ok 351 - check casted vs uncasted for '0'::float <= '-1'::smallint ok 352 - check casted vs uncasted for '0'::float <= '0'::smallint ok 353 - check casted vs uncasted for '0'::float <= '1'::smallint ok 354 - check casted vs uncasted for '0'::float <= NULL::smallint ok 355 - check casted vs uncasted for '0'::integer <= '-1'::bigint ok 356 - check casted vs uncasted for '0'::integer <= '0'::bigint ok 357 - check casted vs uncasted for '0'::integer <= '1'::bigint ok 358 - check casted vs uncasted for '0'::integer <= NULL::bigint ok 359 - check casted vs uncasted for '0'::integer <= '-1'::float ok 360 - check casted vs uncasted for '0'::integer <= '0'::float ok 361 - check casted vs uncasted for '0'::integer <= '1'::float ok 362 - check casted vs uncasted for '0'::integer <= NULL::float ok 363 - check casted vs uncasted for '0'::integer <= '-1'::integer ok 364 - check casted vs uncasted for '0'::integer <= '0'::integer ok 365 - check casted vs uncasted for '0'::integer <= '1'::integer ok 366 - check casted vs uncasted for '0'::integer <= NULL::integer ok 367 - check casted vs uncasted for '0'::integer <= '-1'::numeric ok 368 - check casted vs uncasted for '0'::integer <= '0'::numeric ok 369 - check casted vs uncasted for '0'::integer <= '1'::numeric ok 370 - check casted vs uncasted for '0'::integer <= NULL::numeric ok 371 - check casted vs uncasted for '0'::integer <= '-1'::numeric(2,1) ok 372 - check casted vs uncasted for '0'::integer <= '0'::numeric(2,1) ok 373 - check casted vs uncasted for '0'::integer <= '1'::numeric(2,1) ok 374 - check casted vs uncasted for '0'::integer <= NULL::numeric(2,1) ok 375 - check casted vs uncasted for '0'::integer <= '-1'::real ok 376 - check casted vs uncasted for '0'::integer <= '0'::real ok 377 - check casted vs uncasted for '0'::integer <= '1'::real ok 378 - check casted vs uncasted for '0'::integer <= NULL::real ok 379 - check casted vs uncasted for '0'::integer <= '-1'::smallint ok 380 - check casted vs uncasted for '0'::integer <= '0'::smallint ok 381 - check casted vs uncasted for '0'::integer <= '1'::smallint ok 382 - check casted vs uncasted for '0'::integer <= NULL::smallint ok 383 - check casted vs uncasted for '0'::numeric <= '-1'::bigint ok 384 - check casted vs uncasted for '0'::numeric <= '0'::bigint ok 385 - check casted vs uncasted for '0'::numeric <= '1'::bigint ok 386 - check casted vs uncasted for '0'::numeric <= NULL::bigint ok 387 - check casted vs uncasted for '0'::numeric <= '-1'::float ok 388 - check casted vs uncasted for '0'::numeric <= '0'::float ok 389 - check casted vs uncasted for '0'::numeric <= '1'::float ok 390 - check casted vs uncasted for '0'::numeric <= NULL::float ok 391 - check casted vs uncasted for '0'::numeric <= '-1'::integer ok 392 - check casted vs uncasted for '0'::numeric <= '0'::integer ok 393 - check casted vs uncasted for '0'::numeric <= '1'::integer ok 394 - check casted vs uncasted for '0'::numeric <= NULL::integer ok 395 - check casted vs uncasted for '0'::numeric <= '-1'::numeric ok 396 - check casted vs uncasted for '0'::numeric <= '0'::numeric ok 397 - check casted vs uncasted for '0'::numeric <= '1'::numeric ok 398 - check casted vs uncasted for '0'::numeric <= NULL::numeric ok 399 - check casted vs uncasted for '0'::numeric <= '-1'::numeric(2,1) ok 400 - check casted vs uncasted for '0'::numeric <= '0'::numeric(2,1) ok 401 - check casted vs uncasted for '0'::numeric <= '1'::numeric(2,1) ok 402 - check casted vs uncasted for '0'::numeric <= NULL::numeric(2,1) ok 403 - check casted vs uncasted for '0'::numeric <= '-1'::real ok 404 - check casted vs uncasted for '0'::numeric <= '0'::real ok 405 - check casted vs uncasted for '0'::numeric <= '1'::real ok 406 - check casted vs uncasted for '0'::numeric <= NULL::real ok 407 - check casted vs uncasted for '0'::numeric <= '-1'::smallint ok 408 - check casted vs uncasted for '0'::numeric <= '0'::smallint ok 409 - check casted vs uncasted for '0'::numeric <= '1'::smallint ok 410 - check casted vs uncasted for '0'::numeric <= NULL::smallint ok 411 - check casted vs uncasted for '0'::numeric(2,1) <= '-1'::bigint ok 412 - check casted vs uncasted for '0'::numeric(2,1) <= '0'::bigint ok 413 - check casted vs uncasted for '0'::numeric(2,1) <= '1'::bigint ok 414 - check casted vs uncasted for '0'::numeric(2,1) <= NULL::bigint ok 415 - check casted vs uncasted for '0'::numeric(2,1) <= '-1'::float ok 416 - check casted vs uncasted for '0'::numeric(2,1) <= '0'::float ok 417 - check casted vs uncasted for '0'::numeric(2,1) <= '1'::float ok 418 - check casted vs uncasted for '0'::numeric(2,1) <= NULL::float ok 419 - check casted vs uncasted for '0'::numeric(2,1) <= '-1'::integer ok 420 - check casted vs uncasted for '0'::numeric(2,1) <= '0'::integer ok 421 - check casted vs uncasted for '0'::numeric(2,1) <= '1'::integer ok 422 - check casted vs uncasted for '0'::numeric(2,1) <= NULL::integer ok 423 - check casted vs uncasted for '0'::numeric(2,1) <= '-1'::numeric ok 424 - check casted vs uncasted for '0'::numeric(2,1) <= '0'::numeric ok 425 - check casted vs uncasted for '0'::numeric(2,1) <= '1'::numeric ok 426 - check casted vs uncasted for '0'::numeric(2,1) <= NULL::numeric ok 427 - check casted vs uncasted for '0'::numeric(2,1) <= '-1'::numeric(2,1) ok 428 - check casted vs uncasted for '0'::numeric(2,1) <= '0'::numeric(2,1) ok 429 - check casted vs uncasted for '0'::numeric(2,1) <= '1'::numeric(2,1) ok 430 - check casted vs uncasted for '0'::numeric(2,1) <= NULL::numeric(2,1) ok 431 - check casted vs uncasted for '0'::numeric(2,1) <= '-1'::real ok 432 - check casted vs uncasted for '0'::numeric(2,1) <= '0'::real ok 433 - check casted vs uncasted for '0'::numeric(2,1) <= '1'::real ok 434 - check casted vs uncasted for '0'::numeric(2,1) <= NULL::real ok 435 - check casted vs uncasted for '0'::numeric(2,1) <= '-1'::smallint ok 436 - check casted vs uncasted for '0'::numeric(2,1) <= '0'::smallint ok 437 - check casted vs uncasted for '0'::numeric(2,1) <= '1'::smallint ok 438 - check casted vs uncasted for '0'::numeric(2,1) <= NULL::smallint ok 439 - check casted vs uncasted for '0'::real <= '-1'::bigint ok 440 - check casted vs uncasted for '0'::real <= '0'::bigint ok 441 - check casted vs uncasted for '0'::real <= '1'::bigint ok 442 - check casted vs uncasted for '0'::real <= NULL::bigint ok 443 - check casted vs uncasted for '0'::real <= '-1'::float ok 444 - check casted vs uncasted for '0'::real <= '0'::float ok 445 - check casted vs uncasted for '0'::real <= '1'::float ok 446 - check casted vs uncasted for '0'::real <= NULL::float ok 447 - check casted vs uncasted for '0'::real <= '-1'::integer ok 448 - check casted vs uncasted for '0'::real <= '0'::integer ok 449 - check casted vs uncasted for '0'::real <= '1'::integer ok 450 - check casted vs uncasted for '0'::real <= NULL::integer ok 451 - check casted vs uncasted for '0'::real <= '-1'::numeric ok 452 - check casted vs uncasted for '0'::real <= '0'::numeric ok 453 - check casted vs uncasted for '0'::real <= '1'::numeric ok 454 - check casted vs uncasted for '0'::real <= NULL::numeric ok 455 - check casted vs uncasted for '0'::real <= '-1'::numeric(2,1) ok 456 - check casted vs uncasted for '0'::real <= '0'::numeric(2,1) ok 457 - check casted vs uncasted for '0'::real <= '1'::numeric(2,1) ok 458 - check casted vs uncasted for '0'::real <= NULL::numeric(2,1) ok 459 - check casted vs uncasted for '0'::real <= '-1'::real ok 460 - check casted vs uncasted for '0'::real <= '0'::real ok 461 - check casted vs uncasted for '0'::real <= '1'::real ok 462 - check casted vs uncasted for '0'::real <= NULL::real ok 463 - check casted vs uncasted for '0'::real <= '-1'::smallint ok 464 - check casted vs uncasted for '0'::real <= '0'::smallint ok 465 - check casted vs uncasted for '0'::real <= '1'::smallint ok 466 - check casted vs uncasted for '0'::real <= NULL::smallint ok 467 - check casted vs uncasted for '0'::smallint <= '-1'::bigint ok 468 - check casted vs uncasted for '0'::smallint <= '0'::bigint ok 469 - check casted vs uncasted for '0'::smallint <= '1'::bigint ok 470 - check casted vs uncasted for '0'::smallint <= NULL::bigint ok 471 - check casted vs uncasted for '0'::smallint <= '-1'::float ok 472 - check casted vs uncasted for '0'::smallint <= '0'::float ok 473 - check casted vs uncasted for '0'::smallint <= '1'::float ok 474 - check casted vs uncasted for '0'::smallint <= NULL::float ok 475 - check casted vs uncasted for '0'::smallint <= '-1'::integer ok 476 - check casted vs uncasted for '0'::smallint <= '0'::integer ok 477 - check casted vs uncasted for '0'::smallint <= '1'::integer ok 478 - check casted vs uncasted for '0'::smallint <= NULL::integer ok 479 - check casted vs uncasted for '0'::smallint <= '-1'::numeric ok 480 - check casted vs uncasted for '0'::smallint <= '0'::numeric ok 481 - check casted vs uncasted for '0'::smallint <= '1'::numeric ok 482 - check casted vs uncasted for '0'::smallint <= NULL::numeric ok 483 - check casted vs uncasted for '0'::smallint <= '-1'::numeric(2,1) ok 484 - check casted vs uncasted for '0'::smallint <= '0'::numeric(2,1) ok 485 - check casted vs uncasted for '0'::smallint <= '1'::numeric(2,1) ok 486 - check casted vs uncasted for '0'::smallint <= NULL::numeric(2,1) ok 487 - check casted vs uncasted for '0'::smallint <= '-1'::real ok 488 - check casted vs uncasted for '0'::smallint <= '0'::real ok 489 - check casted vs uncasted for '0'::smallint <= '1'::real ok 490 - check casted vs uncasted for '0'::smallint <= NULL::real ok 491 - check casted vs uncasted for '0'::smallint <= '-1'::smallint ok 492 - check casted vs uncasted for '0'::smallint <= '0'::smallint ok 493 - check casted vs uncasted for '0'::smallint <= '1'::smallint ok 494 - check casted vs uncasted for '0'::smallint <= NULL::smallint ok 495 - check casted vs uncasted for '0'::bigint = '-1'::bigint ok 496 - check casted vs uncasted for '0'::bigint = '0'::bigint ok 497 - check casted vs uncasted for '0'::bigint = '1'::bigint ok 498 - check casted vs uncasted for '0'::bigint = NULL::bigint ok 499 - check casted vs uncasted for '0'::bigint = '-1'::float ok 500 - check casted vs uncasted for '0'::bigint = '0'::float ok 501 - check casted vs uncasted for '0'::bigint = '1'::float ok 502 - check casted vs uncasted for '0'::bigint = NULL::float ok 503 - check casted vs uncasted for '0'::bigint = '-1'::integer ok 504 - check casted vs uncasted for '0'::bigint = '0'::integer ok 505 - check casted vs uncasted for '0'::bigint = '1'::integer ok 506 - check casted vs uncasted for '0'::bigint = NULL::integer ok 507 - check casted vs uncasted for '0'::bigint = '-1'::numeric ok 508 - check casted vs uncasted for '0'::bigint = '0'::numeric ok 509 - check casted vs uncasted for '0'::bigint = '1'::numeric ok 510 - check casted vs uncasted for '0'::bigint = NULL::numeric ok 511 - check casted vs uncasted for '0'::bigint = '-1'::numeric(2,1) ok 512 - check casted vs uncasted for '0'::bigint = '0'::numeric(2,1) ok 513 - check casted vs uncasted for '0'::bigint = '1'::numeric(2,1) ok 514 - check casted vs uncasted for '0'::bigint = NULL::numeric(2,1) ok 515 - check casted vs uncasted for '0'::bigint = '-1'::real ok 516 - check casted vs uncasted for '0'::bigint = '0'::real ok 517 - check casted vs uncasted for '0'::bigint = '1'::real ok 518 - check casted vs uncasted for '0'::bigint = NULL::real ok 519 - check casted vs uncasted for '0'::bigint = '-1'::smallint ok 520 - check casted vs uncasted for '0'::bigint = '0'::smallint ok 521 - check casted vs uncasted for '0'::bigint = '1'::smallint ok 522 - check casted vs uncasted for '0'::bigint = NULL::smallint ok 523 - check casted vs uncasted for '0'::float = '-1'::bigint ok 524 - check casted vs uncasted for '0'::float = '0'::bigint ok 525 - check casted vs uncasted for '0'::float = '1'::bigint ok 526 - check casted vs uncasted for '0'::float = NULL::bigint ok 527 - check casted vs uncasted for '0'::float = '-1'::float ok 528 - check casted vs uncasted for '0'::float = '0'::float ok 529 - check casted vs uncasted for '0'::float = '1'::float ok 530 - check casted vs uncasted for '0'::float = NULL::float ok 531 - check casted vs uncasted for '0'::float = '-1'::integer ok 532 - check casted vs uncasted for '0'::float = '0'::integer ok 533 - check casted vs uncasted for '0'::float = '1'::integer ok 534 - check casted vs uncasted for '0'::float = NULL::integer ok 535 - check casted vs uncasted for '0'::float = '-1'::numeric ok 536 - check casted vs uncasted for '0'::float = '0'::numeric ok 537 - check casted vs uncasted for '0'::float = '1'::numeric ok 538 - check casted vs uncasted for '0'::float = NULL::numeric ok 539 - check casted vs uncasted for '0'::float = '-1'::numeric(2,1) ok 540 - check casted vs uncasted for '0'::float = '0'::numeric(2,1) ok 541 - check casted vs uncasted for '0'::float = '1'::numeric(2,1) ok 542 - check casted vs uncasted for '0'::float = NULL::numeric(2,1) ok 543 - check casted vs uncasted for '0'::float = '-1'::real ok 544 - check casted vs uncasted for '0'::float = '0'::real ok 545 - check casted vs uncasted for '0'::float = '1'::real ok 546 - check casted vs uncasted for '0'::float = NULL::real ok 547 - check casted vs uncasted for '0'::float = '-1'::smallint ok 548 - check casted vs uncasted for '0'::float = '0'::smallint ok 549 - check casted vs uncasted for '0'::float = '1'::smallint ok 550 - check casted vs uncasted for '0'::float = NULL::smallint ok 551 - check casted vs uncasted for '0'::integer = '-1'::bigint ok 552 - check casted vs uncasted for '0'::integer = '0'::bigint ok 553 - check casted vs uncasted for '0'::integer = '1'::bigint ok 554 - check casted vs uncasted for '0'::integer = NULL::bigint ok 555 - check casted vs uncasted for '0'::integer = '-1'::float ok 556 - check casted vs uncasted for '0'::integer = '0'::float ok 557 - check casted vs uncasted for '0'::integer = '1'::float ok 558 - check casted vs uncasted for '0'::integer = NULL::float ok 559 - check casted vs uncasted for '0'::integer = '-1'::integer ok 560 - check casted vs uncasted for '0'::integer = '0'::integer ok 561 - check casted vs uncasted for '0'::integer = '1'::integer ok 562 - check casted vs uncasted for '0'::integer = NULL::integer ok 563 - check casted vs uncasted for '0'::integer = '-1'::numeric ok 564 - check casted vs uncasted for '0'::integer = '0'::numeric ok 565 - check casted vs uncasted for '0'::integer = '1'::numeric ok 566 - check casted vs uncasted for '0'::integer = NULL::numeric ok 567 - check casted vs uncasted for '0'::integer = '-1'::numeric(2,1) ok 568 - check casted vs uncasted for '0'::integer = '0'::numeric(2,1) ok 569 - check casted vs uncasted for '0'::integer = '1'::numeric(2,1) ok 570 - check casted vs uncasted for '0'::integer = NULL::numeric(2,1) ok 571 - check casted vs uncasted for '0'::integer = '-1'::real ok 572 - check casted vs uncasted for '0'::integer = '0'::real ok 573 - check casted vs uncasted for '0'::integer = '1'::real ok 574 - check casted vs uncasted for '0'::integer = NULL::real ok 575 - check casted vs uncasted for '0'::integer = '-1'::smallint ok 576 - check casted vs uncasted for '0'::integer = '0'::smallint ok 577 - check casted vs uncasted for '0'::integer = '1'::smallint ok 578 - check casted vs uncasted for '0'::integer = NULL::smallint ok 579 - check casted vs uncasted for '0'::numeric = '-1'::bigint ok 580 - check casted vs uncasted for '0'::numeric = '0'::bigint ok 581 - check casted vs uncasted for '0'::numeric = '1'::bigint ok 582 - check casted vs uncasted for '0'::numeric = NULL::bigint ok 583 - check casted vs uncasted for '0'::numeric = '-1'::float ok 584 - check casted vs uncasted for '0'::numeric = '0'::float ok 585 - check casted vs uncasted for '0'::numeric = '1'::float ok 586 - check casted vs uncasted for '0'::numeric = NULL::float ok 587 - check casted vs uncasted for '0'::numeric = '-1'::integer ok 588 - check casted vs uncasted for '0'::numeric = '0'::integer ok 589 - check casted vs uncasted for '0'::numeric = '1'::integer ok 590 - check casted vs uncasted for '0'::numeric = NULL::integer ok 591 - check casted vs uncasted for '0'::numeric = '-1'::numeric ok 592 - check casted vs uncasted for '0'::numeric = '0'::numeric ok 593 - check casted vs uncasted for '0'::numeric = '1'::numeric ok 594 - check casted vs uncasted for '0'::numeric = NULL::numeric ok 595 - check casted vs uncasted for '0'::numeric = '-1'::numeric(2,1) ok 596 - check casted vs uncasted for '0'::numeric = '0'::numeric(2,1) ok 597 - check casted vs uncasted for '0'::numeric = '1'::numeric(2,1) ok 598 - check casted vs uncasted for '0'::numeric = NULL::numeric(2,1) ok 599 - check casted vs uncasted for '0'::numeric = '-1'::real ok 600 - check casted vs uncasted for '0'::numeric = '0'::real ok 601 - check casted vs uncasted for '0'::numeric = '1'::real ok 602 - check casted vs uncasted for '0'::numeric = NULL::real ok 603 - check casted vs uncasted for '0'::numeric = '-1'::smallint ok 604 - check casted vs uncasted for '0'::numeric = '0'::smallint ok 605 - check casted vs uncasted for '0'::numeric = '1'::smallint ok 606 - check casted vs uncasted for '0'::numeric = NULL::smallint ok 607 - check casted vs uncasted for '0'::numeric(2,1) = '-1'::bigint ok 608 - check casted vs uncasted for '0'::numeric(2,1) = '0'::bigint ok 609 - check casted vs uncasted for '0'::numeric(2,1) = '1'::bigint ok 610 - check casted vs uncasted for '0'::numeric(2,1) = NULL::bigint ok 611 - check casted vs uncasted for '0'::numeric(2,1) = '-1'::float ok 612 - check casted vs uncasted for '0'::numeric(2,1) = '0'::float ok 613 - check casted vs uncasted for '0'::numeric(2,1) = '1'::float ok 614 - check casted vs uncasted for '0'::numeric(2,1) = NULL::float ok 615 - check casted vs uncasted for '0'::numeric(2,1) = '-1'::integer ok 616 - check casted vs uncasted for '0'::numeric(2,1) = '0'::integer ok 617 - check casted vs uncasted for '0'::numeric(2,1) = '1'::integer ok 618 - check casted vs uncasted for '0'::numeric(2,1) = NULL::integer ok 619 - check casted vs uncasted for '0'::numeric(2,1) = '-1'::numeric ok 620 - check casted vs uncasted for '0'::numeric(2,1) = '0'::numeric ok 621 - check casted vs uncasted for '0'::numeric(2,1) = '1'::numeric ok 622 - check casted vs uncasted for '0'::numeric(2,1) = NULL::numeric ok 623 - check casted vs uncasted for '0'::numeric(2,1) = '-1'::numeric(2,1) ok 624 - check casted vs uncasted for '0'::numeric(2,1) = '0'::numeric(2,1) ok 625 - check casted vs uncasted for '0'::numeric(2,1) = '1'::numeric(2,1) ok 626 - check casted vs uncasted for '0'::numeric(2,1) = NULL::numeric(2,1) ok 627 - check casted vs uncasted for '0'::numeric(2,1) = '-1'::real ok 628 - check casted vs uncasted for '0'::numeric(2,1) = '0'::real ok 629 - check casted vs uncasted for '0'::numeric(2,1) = '1'::real ok 630 - check casted vs uncasted for '0'::numeric(2,1) = NULL::real ok 631 - check casted vs uncasted for '0'::numeric(2,1) = '-1'::smallint ok 632 - check casted vs uncasted for '0'::numeric(2,1) = '0'::smallint ok 633 - check casted vs uncasted for '0'::numeric(2,1) = '1'::smallint ok 634 - check casted vs uncasted for '0'::numeric(2,1) = NULL::smallint ok 635 - check casted vs uncasted for '0'::real = '-1'::bigint ok 636 - check casted vs uncasted for '0'::real = '0'::bigint ok 637 - check casted vs uncasted for '0'::real = '1'::bigint ok 638 - check casted vs uncasted for '0'::real = NULL::bigint ok 639 - check casted vs uncasted for '0'::real = '-1'::float ok 640 - check casted vs uncasted for '0'::real = '0'::float ok 641 - check casted vs uncasted for '0'::real = '1'::float ok 642 - check casted vs uncasted for '0'::real = NULL::float ok 643 - check casted vs uncasted for '0'::real = '-1'::integer ok 644 - check casted vs uncasted for '0'::real = '0'::integer ok 645 - check casted vs uncasted for '0'::real = '1'::integer ok 646 - check casted vs uncasted for '0'::real = NULL::integer ok 647 - check casted vs uncasted for '0'::real = '-1'::numeric ok 648 - check casted vs uncasted for '0'::real = '0'::numeric ok 649 - check casted vs uncasted for '0'::real = '1'::numeric ok 650 - check casted vs uncasted for '0'::real = NULL::numeric ok 651 - check casted vs uncasted for '0'::real = '-1'::numeric(2,1) ok 652 - check casted vs uncasted for '0'::real = '0'::numeric(2,1) ok 653 - check casted vs uncasted for '0'::real = '1'::numeric(2,1) ok 654 - check casted vs uncasted for '0'::real = NULL::numeric(2,1) ok 655 - check casted vs uncasted for '0'::real = '-1'::real ok 656 - check casted vs uncasted for '0'::real = '0'::real ok 657 - check casted vs uncasted for '0'::real = '1'::real ok 658 - check casted vs uncasted for '0'::real = NULL::real ok 659 - check casted vs uncasted for '0'::real = '-1'::smallint ok 660 - check casted vs uncasted for '0'::real = '0'::smallint ok 661 - check casted vs uncasted for '0'::real = '1'::smallint ok 662 - check casted vs uncasted for '0'::real = NULL::smallint ok 663 - check casted vs uncasted for '0'::smallint = '-1'::bigint ok 664 - check casted vs uncasted for '0'::smallint = '0'::bigint ok 665 - check casted vs uncasted for '0'::smallint = '1'::bigint ok 666 - check casted vs uncasted for '0'::smallint = NULL::bigint ok 667 - check casted vs uncasted for '0'::smallint = '-1'::float ok 668 - check casted vs uncasted for '0'::smallint = '0'::float ok 669 - check casted vs uncasted for '0'::smallint = '1'::float ok 670 - check casted vs uncasted for '0'::smallint = NULL::float ok 671 - check casted vs uncasted for '0'::smallint = '-1'::integer ok 672 - check casted vs uncasted for '0'::smallint = '0'::integer ok 673 - check casted vs uncasted for '0'::smallint = '1'::integer ok 674 - check casted vs uncasted for '0'::smallint = NULL::integer ok 675 - check casted vs uncasted for '0'::smallint = '-1'::numeric ok 676 - check casted vs uncasted for '0'::smallint = '0'::numeric ok 677 - check casted vs uncasted for '0'::smallint = '1'::numeric ok 678 - check casted vs uncasted for '0'::smallint = NULL::numeric ok 679 - check casted vs uncasted for '0'::smallint = '-1'::numeric(2,1) ok 680 - check casted vs uncasted for '0'::smallint = '0'::numeric(2,1) ok 681 - check casted vs uncasted for '0'::smallint = '1'::numeric(2,1) ok 682 - check casted vs uncasted for '0'::smallint = NULL::numeric(2,1) ok 683 - check casted vs uncasted for '0'::smallint = '-1'::real ok 684 - check casted vs uncasted for '0'::smallint = '0'::real ok 685 - check casted vs uncasted for '0'::smallint = '1'::real ok 686 - check casted vs uncasted for '0'::smallint = NULL::real ok 687 - check casted vs uncasted for '0'::smallint = '-1'::smallint ok 688 - check casted vs uncasted for '0'::smallint = '0'::smallint ok 689 - check casted vs uncasted for '0'::smallint = '1'::smallint ok 690 - check casted vs uncasted for '0'::smallint = NULL::smallint ok 691 - check casted vs uncasted for '0'::bigint >= '-1'::bigint ok 692 - check casted vs uncasted for '0'::bigint >= '0'::bigint ok 693 - check casted vs uncasted for '0'::bigint >= '1'::bigint ok 694 - check casted vs uncasted for '0'::bigint >= NULL::bigint ok 695 - check casted vs uncasted for '0'::bigint >= '-1'::float ok 696 - check casted vs uncasted for '0'::bigint >= '0'::float ok 697 - check casted vs uncasted for '0'::bigint >= '1'::float ok 698 - check casted vs uncasted for '0'::bigint >= NULL::float ok 699 - check casted vs uncasted for '0'::bigint >= '-1'::integer ok 700 - check casted vs uncasted for '0'::bigint >= '0'::integer ok 701 - check casted vs uncasted for '0'::bigint >= '1'::integer ok 702 - check casted vs uncasted for '0'::bigint >= NULL::integer ok 703 - check casted vs uncasted for '0'::bigint >= '-1'::numeric ok 704 - check casted vs uncasted for '0'::bigint >= '0'::numeric ok 705 - check casted vs uncasted for '0'::bigint >= '1'::numeric ok 706 - check casted vs uncasted for '0'::bigint >= NULL::numeric ok 707 - check casted vs uncasted for '0'::bigint >= '-1'::numeric(2,1) ok 708 - check casted vs uncasted for '0'::bigint >= '0'::numeric(2,1) ok 709 - check casted vs uncasted for '0'::bigint >= '1'::numeric(2,1) ok 710 - check casted vs uncasted for '0'::bigint >= NULL::numeric(2,1) ok 711 - check casted vs uncasted for '0'::bigint >= '-1'::real ok 712 - check casted vs uncasted for '0'::bigint >= '0'::real ok 713 - check casted vs uncasted for '0'::bigint >= '1'::real ok 714 - check casted vs uncasted for '0'::bigint >= NULL::real ok 715 - check casted vs uncasted for '0'::bigint >= '-1'::smallint ok 716 - check casted vs uncasted for '0'::bigint >= '0'::smallint ok 717 - check casted vs uncasted for '0'::bigint >= '1'::smallint ok 718 - check casted vs uncasted for '0'::bigint >= NULL::smallint ok 719 - check casted vs uncasted for '0'::float >= '-1'::bigint ok 720 - check casted vs uncasted for '0'::float >= '0'::bigint ok 721 - check casted vs uncasted for '0'::float >= '1'::bigint ok 722 - check casted vs uncasted for '0'::float >= NULL::bigint ok 723 - check casted vs uncasted for '0'::float >= '-1'::float ok 724 - check casted vs uncasted for '0'::float >= '0'::float ok 725 - check casted vs uncasted for '0'::float >= '1'::float ok 726 - check casted vs uncasted for '0'::float >= NULL::float ok 727 - check casted vs uncasted for '0'::float >= '-1'::integer ok 728 - check casted vs uncasted for '0'::float >= '0'::integer ok 729 - check casted vs uncasted for '0'::float >= '1'::integer ok 730 - check casted vs uncasted for '0'::float >= NULL::integer ok 731 - check casted vs uncasted for '0'::float >= '-1'::numeric ok 732 - check casted vs uncasted for '0'::float >= '0'::numeric ok 733 - check casted vs uncasted for '0'::float >= '1'::numeric ok 734 - check casted vs uncasted for '0'::float >= NULL::numeric ok 735 - check casted vs uncasted for '0'::float >= '-1'::numeric(2,1) ok 736 - check casted vs uncasted for '0'::float >= '0'::numeric(2,1) ok 737 - check casted vs uncasted for '0'::float >= '1'::numeric(2,1) ok 738 - check casted vs uncasted for '0'::float >= NULL::numeric(2,1) ok 739 - check casted vs uncasted for '0'::float >= '-1'::real ok 740 - check casted vs uncasted for '0'::float >= '0'::real ok 741 - check casted vs uncasted for '0'::float >= '1'::real ok 742 - check casted vs uncasted for '0'::float >= NULL::real ok 743 - check casted vs uncasted for '0'::float >= '-1'::smallint ok 744 - check casted vs uncasted for '0'::float >= '0'::smallint ok 745 - check casted vs uncasted for '0'::float >= '1'::smallint ok 746 - check casted vs uncasted for '0'::float >= NULL::smallint ok 747 - check casted vs uncasted for '0'::integer >= '-1'::bigint ok 748 - check casted vs uncasted for '0'::integer >= '0'::bigint ok 749 - check casted vs uncasted for '0'::integer >= '1'::bigint ok 750 - check casted vs uncasted for '0'::integer >= NULL::bigint ok 751 - check casted vs uncasted for '0'::integer >= '-1'::float ok 752 - check casted vs uncasted for '0'::integer >= '0'::float ok 753 - check casted vs uncasted for '0'::integer >= '1'::float ok 754 - check casted vs uncasted for '0'::integer >= NULL::float ok 755 - check casted vs uncasted for '0'::integer >= '-1'::integer ok 756 - check casted vs uncasted for '0'::integer >= '0'::integer ok 757 - check casted vs uncasted for '0'::integer >= '1'::integer ok 758 - check casted vs uncasted for '0'::integer >= NULL::integer ok 759 - check casted vs uncasted for '0'::integer >= '-1'::numeric ok 760 - check casted vs uncasted for '0'::integer >= '0'::numeric ok 761 - check casted vs uncasted for '0'::integer >= '1'::numeric ok 762 - check casted vs uncasted for '0'::integer >= NULL::numeric ok 763 - check casted vs uncasted for '0'::integer >= '-1'::numeric(2,1) ok 764 - check casted vs uncasted for '0'::integer >= '0'::numeric(2,1) ok 765 - check casted vs uncasted for '0'::integer >= '1'::numeric(2,1) ok 766 - check casted vs uncasted for '0'::integer >= NULL::numeric(2,1) ok 767 - check casted vs uncasted for '0'::integer >= '-1'::real ok 768 - check casted vs uncasted for '0'::integer >= '0'::real ok 769 - check casted vs uncasted for '0'::integer >= '1'::real ok 770 - check casted vs uncasted for '0'::integer >= NULL::real ok 771 - check casted vs uncasted for '0'::integer >= '-1'::smallint ok 772 - check casted vs uncasted for '0'::integer >= '0'::smallint ok 773 - check casted vs uncasted for '0'::integer >= '1'::smallint ok 774 - check casted vs uncasted for '0'::integer >= NULL::smallint ok 775 - check casted vs uncasted for '0'::numeric >= '-1'::bigint ok 776 - check casted vs uncasted for '0'::numeric >= '0'::bigint ok 777 - check casted vs uncasted for '0'::numeric >= '1'::bigint ok 778 - check casted vs uncasted for '0'::numeric >= NULL::bigint ok 779 - check casted vs uncasted for '0'::numeric >= '-1'::float ok 780 - check casted vs uncasted for '0'::numeric >= '0'::float ok 781 - check casted vs uncasted for '0'::numeric >= '1'::float ok 782 - check casted vs uncasted for '0'::numeric >= NULL::float ok 783 - check casted vs uncasted for '0'::numeric >= '-1'::integer ok 784 - check casted vs uncasted for '0'::numeric >= '0'::integer ok 785 - check casted vs uncasted for '0'::numeric >= '1'::integer ok 786 - check casted vs uncasted for '0'::numeric >= NULL::integer ok 787 - check casted vs uncasted for '0'::numeric >= '-1'::numeric ok 788 - check casted vs uncasted for '0'::numeric >= '0'::numeric ok 789 - check casted vs uncasted for '0'::numeric >= '1'::numeric ok 790 - check casted vs uncasted for '0'::numeric >= NULL::numeric ok 791 - check casted vs uncasted for '0'::numeric >= '-1'::numeric(2,1) ok 792 - check casted vs uncasted for '0'::numeric >= '0'::numeric(2,1) ok 793 - check casted vs uncasted for '0'::numeric >= '1'::numeric(2,1) ok 794 - check casted vs uncasted for '0'::numeric >= NULL::numeric(2,1) ok 795 - check casted vs uncasted for '0'::numeric >= '-1'::real ok 796 - check casted vs uncasted for '0'::numeric >= '0'::real ok 797 - check casted vs uncasted for '0'::numeric >= '1'::real ok 798 - check casted vs uncasted for '0'::numeric >= NULL::real ok 799 - check casted vs uncasted for '0'::numeric >= '-1'::smallint ok 800 - check casted vs uncasted for '0'::numeric >= '0'::smallint ok 801 - check casted vs uncasted for '0'::numeric >= '1'::smallint ok 802 - check casted vs uncasted for '0'::numeric >= NULL::smallint ok 803 - check casted vs uncasted for '0'::numeric(2,1) >= '-1'::bigint ok 804 - check casted vs uncasted for '0'::numeric(2,1) >= '0'::bigint ok 805 - check casted vs uncasted for '0'::numeric(2,1) >= '1'::bigint ok 806 - check casted vs uncasted for '0'::numeric(2,1) >= NULL::bigint ok 807 - check casted vs uncasted for '0'::numeric(2,1) >= '-1'::float ok 808 - check casted vs uncasted for '0'::numeric(2,1) >= '0'::float ok 809 - check casted vs uncasted for '0'::numeric(2,1) >= '1'::float ok 810 - check casted vs uncasted for '0'::numeric(2,1) >= NULL::float ok 811 - check casted vs uncasted for '0'::numeric(2,1) >= '-1'::integer ok 812 - check casted vs uncasted for '0'::numeric(2,1) >= '0'::integer ok 813 - check casted vs uncasted for '0'::numeric(2,1) >= '1'::integer ok 814 - check casted vs uncasted for '0'::numeric(2,1) >= NULL::integer ok 815 - check casted vs uncasted for '0'::numeric(2,1) >= '-1'::numeric ok 816 - check casted vs uncasted for '0'::numeric(2,1) >= '0'::numeric ok 817 - check casted vs uncasted for '0'::numeric(2,1) >= '1'::numeric ok 818 - check casted vs uncasted for '0'::numeric(2,1) >= NULL::numeric ok 819 - check casted vs uncasted for '0'::numeric(2,1) >= '-1'::numeric(2,1) ok 820 - check casted vs uncasted for '0'::numeric(2,1) >= '0'::numeric(2,1) ok 821 - check casted vs uncasted for '0'::numeric(2,1) >= '1'::numeric(2,1) ok 822 - check casted vs uncasted for '0'::numeric(2,1) >= NULL::numeric(2,1) ok 823 - check casted vs uncasted for '0'::numeric(2,1) >= '-1'::real ok 824 - check casted vs uncasted for '0'::numeric(2,1) >= '0'::real ok 825 - check casted vs uncasted for '0'::numeric(2,1) >= '1'::real ok 826 - check casted vs uncasted for '0'::numeric(2,1) >= NULL::real ok 827 - check casted vs uncasted for '0'::numeric(2,1) >= '-1'::smallint ok 828 - check casted vs uncasted for '0'::numeric(2,1) >= '0'::smallint ok 829 - check casted vs uncasted for '0'::numeric(2,1) >= '1'::smallint ok 830 - check casted vs uncasted for '0'::numeric(2,1) >= NULL::smallint ok 831 - check casted vs uncasted for '0'::real >= '-1'::bigint ok 832 - check casted vs uncasted for '0'::real >= '0'::bigint ok 833 - check casted vs uncasted for '0'::real >= '1'::bigint ok 834 - check casted vs uncasted for '0'::real >= NULL::bigint ok 835 - check casted vs uncasted for '0'::real >= '-1'::float ok 836 - check casted vs uncasted for '0'::real >= '0'::float ok 837 - check casted vs uncasted for '0'::real >= '1'::float ok 838 - check casted vs uncasted for '0'::real >= NULL::float ok 839 - check casted vs uncasted for '0'::real >= '-1'::integer ok 840 - check casted vs uncasted for '0'::real >= '0'::integer ok 841 - check casted vs uncasted for '0'::real >= '1'::integer ok 842 - check casted vs uncasted for '0'::real >= NULL::integer ok 843 - check casted vs uncasted for '0'::real >= '-1'::numeric ok 844 - check casted vs uncasted for '0'::real >= '0'::numeric ok 845 - check casted vs uncasted for '0'::real >= '1'::numeric ok 846 - check casted vs uncasted for '0'::real >= NULL::numeric ok 847 - check casted vs uncasted for '0'::real >= '-1'::numeric(2,1) ok 848 - check casted vs uncasted for '0'::real >= '0'::numeric(2,1) ok 849 - check casted vs uncasted for '0'::real >= '1'::numeric(2,1) ok 850 - check casted vs uncasted for '0'::real >= NULL::numeric(2,1) ok 851 - check casted vs uncasted for '0'::real >= '-1'::real ok 852 - check casted vs uncasted for '0'::real >= '0'::real ok 853 - check casted vs uncasted for '0'::real >= '1'::real ok 854 - check casted vs uncasted for '0'::real >= NULL::real ok 855 - check casted vs uncasted for '0'::real >= '-1'::smallint ok 856 - check casted vs uncasted for '0'::real >= '0'::smallint ok 857 - check casted vs uncasted for '0'::real >= '1'::smallint ok 858 - check casted vs uncasted for '0'::real >= NULL::smallint ok 859 - check casted vs uncasted for '0'::smallint >= '-1'::bigint ok 860 - check casted vs uncasted for '0'::smallint >= '0'::bigint ok 861 - check casted vs uncasted for '0'::smallint >= '1'::bigint ok 862 - check casted vs uncasted for '0'::smallint >= NULL::bigint ok 863 - check casted vs uncasted for '0'::smallint >= '-1'::float ok 864 - check casted vs uncasted for '0'::smallint >= '0'::float ok 865 - check casted vs uncasted for '0'::smallint >= '1'::float ok 866 - check casted vs uncasted for '0'::smallint >= NULL::float ok 867 - check casted vs uncasted for '0'::smallint >= '-1'::integer ok 868 - check casted vs uncasted for '0'::smallint >= '0'::integer ok 869 - check casted vs uncasted for '0'::smallint >= '1'::integer ok 870 - check casted vs uncasted for '0'::smallint >= NULL::integer ok 871 - check casted vs uncasted for '0'::smallint >= '-1'::numeric ok 872 - check casted vs uncasted for '0'::smallint >= '0'::numeric ok 873 - check casted vs uncasted for '0'::smallint >= '1'::numeric ok 874 - check casted vs uncasted for '0'::smallint >= NULL::numeric ok 875 - check casted vs uncasted for '0'::smallint >= '-1'::numeric(2,1) ok 876 - check casted vs uncasted for '0'::smallint >= '0'::numeric(2,1) ok 877 - check casted vs uncasted for '0'::smallint >= '1'::numeric(2,1) ok 878 - check casted vs uncasted for '0'::smallint >= NULL::numeric(2,1) ok 879 - check casted vs uncasted for '0'::smallint >= '-1'::real ok 880 - check casted vs uncasted for '0'::smallint >= '0'::real ok 881 - check casted vs uncasted for '0'::smallint >= '1'::real ok 882 - check casted vs uncasted for '0'::smallint >= NULL::real ok 883 - check casted vs uncasted for '0'::smallint >= '-1'::smallint ok 884 - check casted vs uncasted for '0'::smallint >= '0'::smallint ok 885 - check casted vs uncasted for '0'::smallint >= '1'::smallint ok 886 - check casted vs uncasted for '0'::smallint >= NULL::smallint ok 887 - check casted vs uncasted for '0'::bigint > '-1'::bigint ok 888 - check casted vs uncasted for '0'::bigint > '0'::bigint ok 889 - check casted vs uncasted for '0'::bigint > '1'::bigint ok 890 - check casted vs uncasted for '0'::bigint > NULL::bigint ok 891 - check casted vs uncasted for '0'::bigint > '-1'::float ok 892 - check casted vs uncasted for '0'::bigint > '0'::float ok 893 - check casted vs uncasted for '0'::bigint > '1'::float ok 894 - check casted vs uncasted for '0'::bigint > NULL::float ok 895 - check casted vs uncasted for '0'::bigint > '-1'::integer ok 896 - check casted vs uncasted for '0'::bigint > '0'::integer ok 897 - check casted vs uncasted for '0'::bigint > '1'::integer ok 898 - check casted vs uncasted for '0'::bigint > NULL::integer ok 899 - check casted vs uncasted for '0'::bigint > '-1'::numeric ok 900 - check casted vs uncasted for '0'::bigint > '0'::numeric ok 901 - check casted vs uncasted for '0'::bigint > '1'::numeric ok 902 - check casted vs uncasted for '0'::bigint > NULL::numeric ok 903 - check casted vs uncasted for '0'::bigint > '-1'::numeric(2,1) ok 904 - check casted vs uncasted for '0'::bigint > '0'::numeric(2,1) ok 905 - check casted vs uncasted for '0'::bigint > '1'::numeric(2,1) ok 906 - check casted vs uncasted for '0'::bigint > NULL::numeric(2,1) ok 907 - check casted vs uncasted for '0'::bigint > '-1'::real ok 908 - check casted vs uncasted for '0'::bigint > '0'::real ok 909 - check casted vs uncasted for '0'::bigint > '1'::real ok 910 - check casted vs uncasted for '0'::bigint > NULL::real ok 911 - check casted vs uncasted for '0'::bigint > '-1'::smallint ok 912 - check casted vs uncasted for '0'::bigint > '0'::smallint ok 913 - check casted vs uncasted for '0'::bigint > '1'::smallint ok 914 - check casted vs uncasted for '0'::bigint > NULL::smallint ok 915 - check casted vs uncasted for '0'::float > '-1'::bigint ok 916 - check casted vs uncasted for '0'::float > '0'::bigint ok 917 - check casted vs uncasted for '0'::float > '1'::bigint ok 918 - check casted vs uncasted for '0'::float > NULL::bigint ok 919 - check casted vs uncasted for '0'::float > '-1'::float ok 920 - check casted vs uncasted for '0'::float > '0'::float ok 921 - check casted vs uncasted for '0'::float > '1'::float ok 922 - check casted vs uncasted for '0'::float > NULL::float ok 923 - check casted vs uncasted for '0'::float > '-1'::integer ok 924 - check casted vs uncasted for '0'::float > '0'::integer ok 925 - check casted vs uncasted for '0'::float > '1'::integer ok 926 - check casted vs uncasted for '0'::float > NULL::integer ok 927 - check casted vs uncasted for '0'::float > '-1'::numeric ok 928 - check casted vs uncasted for '0'::float > '0'::numeric ok 929 - check casted vs uncasted for '0'::float > '1'::numeric ok 930 - check casted vs uncasted for '0'::float > NULL::numeric ok 931 - check casted vs uncasted for '0'::float > '-1'::numeric(2,1) ok 932 - check casted vs uncasted for '0'::float > '0'::numeric(2,1) ok 933 - check casted vs uncasted for '0'::float > '1'::numeric(2,1) ok 934 - check casted vs uncasted for '0'::float > NULL::numeric(2,1) ok 935 - check casted vs uncasted for '0'::float > '-1'::real ok 936 - check casted vs uncasted for '0'::float > '0'::real ok 937 - check casted vs uncasted for '0'::float > '1'::real ok 938 - check casted vs uncasted for '0'::float > NULL::real ok 939 - check casted vs uncasted for '0'::float > '-1'::smallint ok 940 - check casted vs uncasted for '0'::float > '0'::smallint ok 941 - check casted vs uncasted for '0'::float > '1'::smallint ok 942 - check casted vs uncasted for '0'::float > NULL::smallint ok 943 - check casted vs uncasted for '0'::integer > '-1'::bigint ok 944 - check casted vs uncasted for '0'::integer > '0'::bigint ok 945 - check casted vs uncasted for '0'::integer > '1'::bigint ok 946 - check casted vs uncasted for '0'::integer > NULL::bigint ok 947 - check casted vs uncasted for '0'::integer > '-1'::float ok 948 - check casted vs uncasted for '0'::integer > '0'::float ok 949 - check casted vs uncasted for '0'::integer > '1'::float ok 950 - check casted vs uncasted for '0'::integer > NULL::float ok 951 - check casted vs uncasted for '0'::integer > '-1'::integer ok 952 - check casted vs uncasted for '0'::integer > '0'::integer ok 953 - check casted vs uncasted for '0'::integer > '1'::integer ok 954 - check casted vs uncasted for '0'::integer > NULL::integer ok 955 - check casted vs uncasted for '0'::integer > '-1'::numeric ok 956 - check casted vs uncasted for '0'::integer > '0'::numeric ok 957 - check casted vs uncasted for '0'::integer > '1'::numeric ok 958 - check casted vs uncasted for '0'::integer > NULL::numeric ok 959 - check casted vs uncasted for '0'::integer > '-1'::numeric(2,1) ok 960 - check casted vs uncasted for '0'::integer > '0'::numeric(2,1) ok 961 - check casted vs uncasted for '0'::integer > '1'::numeric(2,1) ok 962 - check casted vs uncasted for '0'::integer > NULL::numeric(2,1) ok 963 - check casted vs uncasted for '0'::integer > '-1'::real ok 964 - check casted vs uncasted for '0'::integer > '0'::real ok 965 - check casted vs uncasted for '0'::integer > '1'::real ok 966 - check casted vs uncasted for '0'::integer > NULL::real ok 967 - check casted vs uncasted for '0'::integer > '-1'::smallint ok 968 - check casted vs uncasted for '0'::integer > '0'::smallint ok 969 - check casted vs uncasted for '0'::integer > '1'::smallint ok 970 - check casted vs uncasted for '0'::integer > NULL::smallint ok 971 - check casted vs uncasted for '0'::numeric > '-1'::bigint ok 972 - check casted vs uncasted for '0'::numeric > '0'::bigint ok 973 - check casted vs uncasted for '0'::numeric > '1'::bigint ok 974 - check casted vs uncasted for '0'::numeric > NULL::bigint ok 975 - check casted vs uncasted for '0'::numeric > '-1'::float ok 976 - check casted vs uncasted for '0'::numeric > '0'::float ok 977 - check casted vs uncasted for '0'::numeric > '1'::float ok 978 - check casted vs uncasted for '0'::numeric > NULL::float ok 979 - check casted vs uncasted for '0'::numeric > '-1'::integer ok 980 - check casted vs uncasted for '0'::numeric > '0'::integer ok 981 - check casted vs uncasted for '0'::numeric > '1'::integer ok 982 - check casted vs uncasted for '0'::numeric > NULL::integer ok 983 - check casted vs uncasted for '0'::numeric > '-1'::numeric ok 984 - check casted vs uncasted for '0'::numeric > '0'::numeric ok 985 - check casted vs uncasted for '0'::numeric > '1'::numeric ok 986 - check casted vs uncasted for '0'::numeric > NULL::numeric ok 987 - check casted vs uncasted for '0'::numeric > '-1'::numeric(2,1) ok 988 - check casted vs uncasted for '0'::numeric > '0'::numeric(2,1) ok 989 - check casted vs uncasted for '0'::numeric > '1'::numeric(2,1) ok 990 - check casted vs uncasted for '0'::numeric > NULL::numeric(2,1) ok 991 - check casted vs uncasted for '0'::numeric > '-1'::real ok 992 - check casted vs uncasted for '0'::numeric > '0'::real ok 993 - check casted vs uncasted for '0'::numeric > '1'::real ok 994 - check casted vs uncasted for '0'::numeric > NULL::real ok 995 - check casted vs uncasted for '0'::numeric > '-1'::smallint ok 996 - check casted vs uncasted for '0'::numeric > '0'::smallint ok 997 - check casted vs uncasted for '0'::numeric > '1'::smallint ok 998 - check casted vs uncasted for '0'::numeric > NULL::smallint ok 999 - check casted vs uncasted for '0'::numeric(2,1) > '-1'::bigint ok 1000 - check casted vs uncasted for '0'::numeric(2,1) > '0'::bigint ok 1001 - check casted vs uncasted for '0'::numeric(2,1) > '1'::bigint ok 1002 - check casted vs uncasted for '0'::numeric(2,1) > NULL::bigint ok 1003 - check casted vs uncasted for '0'::numeric(2,1) > '-1'::float ok 1004 - check casted vs uncasted for '0'::numeric(2,1) > '0'::float ok 1005 - check casted vs uncasted for '0'::numeric(2,1) > '1'::float ok 1006 - check casted vs uncasted for '0'::numeric(2,1) > NULL::float ok 1007 - check casted vs uncasted for '0'::numeric(2,1) > '-1'::integer ok 1008 - check casted vs uncasted for '0'::numeric(2,1) > '0'::integer ok 1009 - check casted vs uncasted for '0'::numeric(2,1) > '1'::integer ok 1010 - check casted vs uncasted for '0'::numeric(2,1) > NULL::integer ok 1011 - check casted vs uncasted for '0'::numeric(2,1) > '-1'::numeric ok 1012 - check casted vs uncasted for '0'::numeric(2,1) > '0'::numeric ok 1013 - check casted vs uncasted for '0'::numeric(2,1) > '1'::numeric ok 1014 - check casted vs uncasted for '0'::numeric(2,1) > NULL::numeric ok 1015 - check casted vs uncasted for '0'::numeric(2,1) > '-1'::numeric(2,1) ok 1016 - check casted vs uncasted for '0'::numeric(2,1) > '0'::numeric(2,1) ok 1017 - check casted vs uncasted for '0'::numeric(2,1) > '1'::numeric(2,1) ok 1018 - check casted vs uncasted for '0'::numeric(2,1) > NULL::numeric(2,1) ok 1019 - check casted vs uncasted for '0'::numeric(2,1) > '-1'::real ok 1020 - check casted vs uncasted for '0'::numeric(2,1) > '0'::real ok 1021 - check casted vs uncasted for '0'::numeric(2,1) > '1'::real ok 1022 - check casted vs uncasted for '0'::numeric(2,1) > NULL::real ok 1023 - check casted vs uncasted for '0'::numeric(2,1) > '-1'::smallint ok 1024 - check casted vs uncasted for '0'::numeric(2,1) > '0'::smallint ok 1025 - check casted vs uncasted for '0'::numeric(2,1) > '1'::smallint ok 1026 - check casted vs uncasted for '0'::numeric(2,1) > NULL::smallint ok 1027 - check casted vs uncasted for '0'::real > '-1'::bigint ok 1028 - check casted vs uncasted for '0'::real > '0'::bigint ok 1029 - check casted vs uncasted for '0'::real > '1'::bigint ok 1030 - check casted vs uncasted for '0'::real > NULL::bigint ok 1031 - check casted vs uncasted for '0'::real > '-1'::float ok 1032 - check casted vs uncasted for '0'::real > '0'::float ok 1033 - check casted vs uncasted for '0'::real > '1'::float ok 1034 - check casted vs uncasted for '0'::real > NULL::float ok 1035 - check casted vs uncasted for '0'::real > '-1'::integer ok 1036 - check casted vs uncasted for '0'::real > '0'::integer ok 1037 - check casted vs uncasted for '0'::real > '1'::integer ok 1038 - check casted vs uncasted for '0'::real > NULL::integer ok 1039 - check casted vs uncasted for '0'::real > '-1'::numeric ok 1040 - check casted vs uncasted for '0'::real > '0'::numeric ok 1041 - check casted vs uncasted for '0'::real > '1'::numeric ok 1042 - check casted vs uncasted for '0'::real > NULL::numeric ok 1043 - check casted vs uncasted for '0'::real > '-1'::numeric(2,1) ok 1044 - check casted vs uncasted for '0'::real > '0'::numeric(2,1) ok 1045 - check casted vs uncasted for '0'::real > '1'::numeric(2,1) ok 1046 - check casted vs uncasted for '0'::real > NULL::numeric(2,1) ok 1047 - check casted vs uncasted for '0'::real > '-1'::real ok 1048 - check casted vs uncasted for '0'::real > '0'::real ok 1049 - check casted vs uncasted for '0'::real > '1'::real ok 1050 - check casted vs uncasted for '0'::real > NULL::real ok 1051 - check casted vs uncasted for '0'::real > '-1'::smallint ok 1052 - check casted vs uncasted for '0'::real > '0'::smallint ok 1053 - check casted vs uncasted for '0'::real > '1'::smallint ok 1054 - check casted vs uncasted for '0'::real > NULL::smallint ok 1055 - check casted vs uncasted for '0'::smallint > '-1'::bigint ok 1056 - check casted vs uncasted for '0'::smallint > '0'::bigint ok 1057 - check casted vs uncasted for '0'::smallint > '1'::bigint ok 1058 - check casted vs uncasted for '0'::smallint > NULL::bigint ok 1059 - check casted vs uncasted for '0'::smallint > '-1'::float ok 1060 - check casted vs uncasted for '0'::smallint > '0'::float ok 1061 - check casted vs uncasted for '0'::smallint > '1'::float ok 1062 - check casted vs uncasted for '0'::smallint > NULL::float ok 1063 - check casted vs uncasted for '0'::smallint > '-1'::integer ok 1064 - check casted vs uncasted for '0'::smallint > '0'::integer ok 1065 - check casted vs uncasted for '0'::smallint > '1'::integer ok 1066 - check casted vs uncasted for '0'::smallint > NULL::integer ok 1067 - check casted vs uncasted for '0'::smallint > '-1'::numeric ok 1068 - check casted vs uncasted for '0'::smallint > '0'::numeric ok 1069 - check casted vs uncasted for '0'::smallint > '1'::numeric ok 1070 - check casted vs uncasted for '0'::smallint > NULL::numeric ok 1071 - check casted vs uncasted for '0'::smallint > '-1'::numeric(2,1) ok 1072 - check casted vs uncasted for '0'::smallint > '0'::numeric(2,1) ok 1073 - check casted vs uncasted for '0'::smallint > '1'::numeric(2,1) ok 1074 - check casted vs uncasted for '0'::smallint > NULL::numeric(2,1) ok 1075 - check casted vs uncasted for '0'::smallint > '-1'::real ok 1076 - check casted vs uncasted for '0'::smallint > '0'::real ok 1077 - check casted vs uncasted for '0'::smallint > '1'::real ok 1078 - check casted vs uncasted for '0'::smallint > NULL::real ok 1079 - check casted vs uncasted for '0'::smallint > '-1'::smallint ok 1080 - check casted vs uncasted for '0'::smallint > '0'::smallint ok 1081 - check casted vs uncasted for '0'::smallint > '1'::smallint ok 1082 - check casted vs uncasted for '0'::smallint > NULL::smallint ok 1083 - check casted vs uncasted for '0'::bigint != '-1'::bigint ok 1084 - check casted vs uncasted for '0'::bigint != '0'::bigint ok 1085 - check casted vs uncasted for '0'::bigint != '1'::bigint ok 1086 - check casted vs uncasted for '0'::bigint != NULL::bigint ok 1087 - check casted vs uncasted for '0'::bigint != '-1'::float ok 1088 - check casted vs uncasted for '0'::bigint != '0'::float ok 1089 - check casted vs uncasted for '0'::bigint != '1'::float ok 1090 - check casted vs uncasted for '0'::bigint != NULL::float ok 1091 - check casted vs uncasted for '0'::bigint != '-1'::integer ok 1092 - check casted vs uncasted for '0'::bigint != '0'::integer ok 1093 - check casted vs uncasted for '0'::bigint != '1'::integer ok 1094 - check casted vs uncasted for '0'::bigint != NULL::integer ok 1095 - check casted vs uncasted for '0'::bigint != '-1'::numeric ok 1096 - check casted vs uncasted for '0'::bigint != '0'::numeric ok 1097 - check casted vs uncasted for '0'::bigint != '1'::numeric ok 1098 - check casted vs uncasted for '0'::bigint != NULL::numeric ok 1099 - check casted vs uncasted for '0'::bigint != '-1'::numeric(2,1) ok 1100 - check casted vs uncasted for '0'::bigint != '0'::numeric(2,1) ok 1101 - check casted vs uncasted for '0'::bigint != '1'::numeric(2,1) ok 1102 - check casted vs uncasted for '0'::bigint != NULL::numeric(2,1) ok 1103 - check casted vs uncasted for '0'::bigint != '-1'::real ok 1104 - check casted vs uncasted for '0'::bigint != '0'::real ok 1105 - check casted vs uncasted for '0'::bigint != '1'::real ok 1106 - check casted vs uncasted for '0'::bigint != NULL::real ok 1107 - check casted vs uncasted for '0'::bigint != '-1'::smallint ok 1108 - check casted vs uncasted for '0'::bigint != '0'::smallint ok 1109 - check casted vs uncasted for '0'::bigint != '1'::smallint ok 1110 - check casted vs uncasted for '0'::bigint != NULL::smallint ok 1111 - check casted vs uncasted for '0'::float != '-1'::bigint ok 1112 - check casted vs uncasted for '0'::float != '0'::bigint ok 1113 - check casted vs uncasted for '0'::float != '1'::bigint ok 1114 - check casted vs uncasted for '0'::float != NULL::bigint ok 1115 - check casted vs uncasted for '0'::float != '-1'::float ok 1116 - check casted vs uncasted for '0'::float != '0'::float ok 1117 - check casted vs uncasted for '0'::float != '1'::float ok 1118 - check casted vs uncasted for '0'::float != NULL::float ok 1119 - check casted vs uncasted for '0'::float != '-1'::integer ok 1120 - check casted vs uncasted for '0'::float != '0'::integer ok 1121 - check casted vs uncasted for '0'::float != '1'::integer ok 1122 - check casted vs uncasted for '0'::float != NULL::integer ok 1123 - check casted vs uncasted for '0'::float != '-1'::numeric ok 1124 - check casted vs uncasted for '0'::float != '0'::numeric ok 1125 - check casted vs uncasted for '0'::float != '1'::numeric ok 1126 - check casted vs uncasted for '0'::float != NULL::numeric ok 1127 - check casted vs uncasted for '0'::float != '-1'::numeric(2,1) ok 1128 - check casted vs uncasted for '0'::float != '0'::numeric(2,1) ok 1129 - check casted vs uncasted for '0'::float != '1'::numeric(2,1) ok 1130 - check casted vs uncasted for '0'::float != NULL::numeric(2,1) ok 1131 - check casted vs uncasted for '0'::float != '-1'::real ok 1132 - check casted vs uncasted for '0'::float != '0'::real ok 1133 - check casted vs uncasted for '0'::float != '1'::real ok 1134 - check casted vs uncasted for '0'::float != NULL::real ok 1135 - check casted vs uncasted for '0'::float != '-1'::smallint ok 1136 - check casted vs uncasted for '0'::float != '0'::smallint ok 1137 - check casted vs uncasted for '0'::float != '1'::smallint ok 1138 - check casted vs uncasted for '0'::float != NULL::smallint ok 1139 - check casted vs uncasted for '0'::integer != '-1'::bigint ok 1140 - check casted vs uncasted for '0'::integer != '0'::bigint ok 1141 - check casted vs uncasted for '0'::integer != '1'::bigint ok 1142 - check casted vs uncasted for '0'::integer != NULL::bigint ok 1143 - check casted vs uncasted for '0'::integer != '-1'::float ok 1144 - check casted vs uncasted for '0'::integer != '0'::float ok 1145 - check casted vs uncasted for '0'::integer != '1'::float ok 1146 - check casted vs uncasted for '0'::integer != NULL::float ok 1147 - check casted vs uncasted for '0'::integer != '-1'::integer ok 1148 - check casted vs uncasted for '0'::integer != '0'::integer ok 1149 - check casted vs uncasted for '0'::integer != '1'::integer ok 1150 - check casted vs uncasted for '0'::integer != NULL::integer ok 1151 - check casted vs uncasted for '0'::integer != '-1'::numeric ok 1152 - check casted vs uncasted for '0'::integer != '0'::numeric ok 1153 - check casted vs uncasted for '0'::integer != '1'::numeric ok 1154 - check casted vs uncasted for '0'::integer != NULL::numeric ok 1155 - check casted vs uncasted for '0'::integer != '-1'::numeric(2,1) ok 1156 - check casted vs uncasted for '0'::integer != '0'::numeric(2,1) ok 1157 - check casted vs uncasted for '0'::integer != '1'::numeric(2,1) ok 1158 - check casted vs uncasted for '0'::integer != NULL::numeric(2,1) ok 1159 - check casted vs uncasted for '0'::integer != '-1'::real ok 1160 - check casted vs uncasted for '0'::integer != '0'::real ok 1161 - check casted vs uncasted for '0'::integer != '1'::real ok 1162 - check casted vs uncasted for '0'::integer != NULL::real ok 1163 - check casted vs uncasted for '0'::integer != '-1'::smallint ok 1164 - check casted vs uncasted for '0'::integer != '0'::smallint ok 1165 - check casted vs uncasted for '0'::integer != '1'::smallint ok 1166 - check casted vs uncasted for '0'::integer != NULL::smallint ok 1167 - check casted vs uncasted for '0'::numeric != '-1'::bigint ok 1168 - check casted vs uncasted for '0'::numeric != '0'::bigint ok 1169 - check casted vs uncasted for '0'::numeric != '1'::bigint ok 1170 - check casted vs uncasted for '0'::numeric != NULL::bigint ok 1171 - check casted vs uncasted for '0'::numeric != '-1'::float ok 1172 - check casted vs uncasted for '0'::numeric != '0'::float ok 1173 - check casted vs uncasted for '0'::numeric != '1'::float ok 1174 - check casted vs uncasted for '0'::numeric != NULL::float ok 1175 - check casted vs uncasted for '0'::numeric != '-1'::integer ok 1176 - check casted vs uncasted for '0'::numeric != '0'::integer ok 1177 - check casted vs uncasted for '0'::numeric != '1'::integer ok 1178 - check casted vs uncasted for '0'::numeric != NULL::integer ok 1179 - check casted vs uncasted for '0'::numeric != '-1'::numeric ok 1180 - check casted vs uncasted for '0'::numeric != '0'::numeric ok 1181 - check casted vs uncasted for '0'::numeric != '1'::numeric ok 1182 - check casted vs uncasted for '0'::numeric != NULL::numeric ok 1183 - check casted vs uncasted for '0'::numeric != '-1'::numeric(2,1) ok 1184 - check casted vs uncasted for '0'::numeric != '0'::numeric(2,1) ok 1185 - check casted vs uncasted for '0'::numeric != '1'::numeric(2,1) ok 1186 - check casted vs uncasted for '0'::numeric != NULL::numeric(2,1) ok 1187 - check casted vs uncasted for '0'::numeric != '-1'::real ok 1188 - check casted vs uncasted for '0'::numeric != '0'::real ok 1189 - check casted vs uncasted for '0'::numeric != '1'::real ok 1190 - check casted vs uncasted for '0'::numeric != NULL::real ok 1191 - check casted vs uncasted for '0'::numeric != '-1'::smallint ok 1192 - check casted vs uncasted for '0'::numeric != '0'::smallint ok 1193 - check casted vs uncasted for '0'::numeric != '1'::smallint ok 1194 - check casted vs uncasted for '0'::numeric != NULL::smallint ok 1195 - check casted vs uncasted for '0'::numeric(2,1) != '-1'::bigint ok 1196 - check casted vs uncasted for '0'::numeric(2,1) != '0'::bigint ok 1197 - check casted vs uncasted for '0'::numeric(2,1) != '1'::bigint ok 1198 - check casted vs uncasted for '0'::numeric(2,1) != NULL::bigint ok 1199 - check casted vs uncasted for '0'::numeric(2,1) != '-1'::float ok 1200 - check casted vs uncasted for '0'::numeric(2,1) != '0'::float ok 1201 - check casted vs uncasted for '0'::numeric(2,1) != '1'::float ok 1202 - check casted vs uncasted for '0'::numeric(2,1) != NULL::float ok 1203 - check casted vs uncasted for '0'::numeric(2,1) != '-1'::integer ok 1204 - check casted vs uncasted for '0'::numeric(2,1) != '0'::integer ok 1205 - check casted vs uncasted for '0'::numeric(2,1) != '1'::integer ok 1206 - check casted vs uncasted for '0'::numeric(2,1) != NULL::integer ok 1207 - check casted vs uncasted for '0'::numeric(2,1) != '-1'::numeric ok 1208 - check casted vs uncasted for '0'::numeric(2,1) != '0'::numeric ok 1209 - check casted vs uncasted for '0'::numeric(2,1) != '1'::numeric ok 1210 - check casted vs uncasted for '0'::numeric(2,1) != NULL::numeric ok 1211 - check casted vs uncasted for '0'::numeric(2,1) != '-1'::numeric(2,1) ok 1212 - check casted vs uncasted for '0'::numeric(2,1) != '0'::numeric(2,1) ok 1213 - check casted vs uncasted for '0'::numeric(2,1) != '1'::numeric(2,1) ok 1214 - check casted vs uncasted for '0'::numeric(2,1) != NULL::numeric(2,1) ok 1215 - check casted vs uncasted for '0'::numeric(2,1) != '-1'::real ok 1216 - check casted vs uncasted for '0'::numeric(2,1) != '0'::real ok 1217 - check casted vs uncasted for '0'::numeric(2,1) != '1'::real ok 1218 - check casted vs uncasted for '0'::numeric(2,1) != NULL::real ok 1219 - check casted vs uncasted for '0'::numeric(2,1) != '-1'::smallint ok 1220 - check casted vs uncasted for '0'::numeric(2,1) != '0'::smallint ok 1221 - check casted vs uncasted for '0'::numeric(2,1) != '1'::smallint ok 1222 - check casted vs uncasted for '0'::numeric(2,1) != NULL::smallint ok 1223 - check casted vs uncasted for '0'::real != '-1'::bigint ok 1224 - check casted vs uncasted for '0'::real != '0'::bigint ok 1225 - check casted vs uncasted for '0'::real != '1'::bigint ok 1226 - check casted vs uncasted for '0'::real != NULL::bigint ok 1227 - check casted vs uncasted for '0'::real != '-1'::float ok 1228 - check casted vs uncasted for '0'::real != '0'::float ok 1229 - check casted vs uncasted for '0'::real != '1'::float ok 1230 - check casted vs uncasted for '0'::real != NULL::float ok 1231 - check casted vs uncasted for '0'::real != '-1'::integer ok 1232 - check casted vs uncasted for '0'::real != '0'::integer ok 1233 - check casted vs uncasted for '0'::real != '1'::integer ok 1234 - check casted vs uncasted for '0'::real != NULL::integer ok 1235 - check casted vs uncasted for '0'::real != '-1'::numeric ok 1236 - check casted vs uncasted for '0'::real != '0'::numeric ok 1237 - check casted vs uncasted for '0'::real != '1'::numeric ok 1238 - check casted vs uncasted for '0'::real != NULL::numeric ok 1239 - check casted vs uncasted for '0'::real != '-1'::numeric(2,1) ok 1240 - check casted vs uncasted for '0'::real != '0'::numeric(2,1) ok 1241 - check casted vs uncasted for '0'::real != '1'::numeric(2,1) ok 1242 - check casted vs uncasted for '0'::real != NULL::numeric(2,1) ok 1243 - check casted vs uncasted for '0'::real != '-1'::real ok 1244 - check casted vs uncasted for '0'::real != '0'::real ok 1245 - check casted vs uncasted for '0'::real != '1'::real ok 1246 - check casted vs uncasted for '0'::real != NULL::real ok 1247 - check casted vs uncasted for '0'::real != '-1'::smallint ok 1248 - check casted vs uncasted for '0'::real != '0'::smallint ok 1249 - check casted vs uncasted for '0'::real != '1'::smallint ok 1250 - check casted vs uncasted for '0'::real != NULL::smallint ok 1251 - check casted vs uncasted for '0'::smallint != '-1'::bigint ok 1252 - check casted vs uncasted for '0'::smallint != '0'::bigint ok 1253 - check casted vs uncasted for '0'::smallint != '1'::bigint ok 1254 - check casted vs uncasted for '0'::smallint != NULL::bigint ok 1255 - check casted vs uncasted for '0'::smallint != '-1'::float ok 1256 - check casted vs uncasted for '0'::smallint != '0'::float ok 1257 - check casted vs uncasted for '0'::smallint != '1'::float ok 1258 - check casted vs uncasted for '0'::smallint != NULL::float ok 1259 - check casted vs uncasted for '0'::smallint != '-1'::integer ok 1260 - check casted vs uncasted for '0'::smallint != '0'::integer ok 1261 - check casted vs uncasted for '0'::smallint != '1'::integer ok 1262 - check casted vs uncasted for '0'::smallint != NULL::integer ok 1263 - check casted vs uncasted for '0'::smallint != '-1'::numeric ok 1264 - check casted vs uncasted for '0'::smallint != '0'::numeric ok 1265 - check casted vs uncasted for '0'::smallint != '1'::numeric ok 1266 - check casted vs uncasted for '0'::smallint != NULL::numeric ok 1267 - check casted vs uncasted for '0'::smallint != '-1'::numeric(2,1) ok 1268 - check casted vs uncasted for '0'::smallint != '0'::numeric(2,1) ok 1269 - check casted vs uncasted for '0'::smallint != '1'::numeric(2,1) ok 1270 - check casted vs uncasted for '0'::smallint != NULL::numeric(2,1) ok 1271 - check casted vs uncasted for '0'::smallint != '-1'::real ok 1272 - check casted vs uncasted for '0'::smallint != '0'::real ok 1273 - check casted vs uncasted for '0'::smallint != '1'::real ok 1274 - check casted vs uncasted for '0'::smallint != NULL::real ok 1275 - check casted vs uncasted for '0'::smallint != '-1'::smallint ok 1276 - check casted vs uncasted for '0'::smallint != '0'::smallint ok 1277 - check casted vs uncasted for '0'::smallint != '1'::smallint ok 1278 - check casted vs uncasted for '0'::smallint != NULL::smallint ok 1279 - check variant vs uncasted for '0'::bigint < '-1'::bigint ok 1280 - check variant vs uncasted for '0'::bigint < '0'::bigint ok 1281 - check variant vs uncasted for '0'::bigint < '1'::bigint ok 1282 - check variant vs uncasted for '0'::bigint < NULL::bigint ok 1283 - check variant vs uncasted for '0'::bigint < '-1'::float ok 1284 - check variant vs uncasted for '0'::bigint < '0'::float ok 1285 - check variant vs uncasted for '0'::bigint < '1'::float ok 1286 - check variant vs uncasted for '0'::bigint < NULL::float ok 1287 - check variant vs uncasted for '0'::bigint < '-1'::integer ok 1288 - check variant vs uncasted for '0'::bigint < '0'::integer ok 1289 - check variant vs uncasted for '0'::bigint < '1'::integer ok 1290 - check variant vs uncasted for '0'::bigint < NULL::integer ok 1291 - check variant vs uncasted for '0'::bigint < '-1'::numeric ok 1292 - check variant vs uncasted for '0'::bigint < '0'::numeric ok 1293 - check variant vs uncasted for '0'::bigint < '1'::numeric ok 1294 - check variant vs uncasted for '0'::bigint < NULL::numeric ok 1295 - check variant vs uncasted for '0'::bigint < '-1'::numeric(2,1) ok 1296 - check variant vs uncasted for '0'::bigint < '0'::numeric(2,1) ok 1297 - check variant vs uncasted for '0'::bigint < '1'::numeric(2,1) ok 1298 - check variant vs uncasted for '0'::bigint < NULL::numeric(2,1) ok 1299 - check variant vs uncasted for '0'::bigint < '-1'::real ok 1300 - check variant vs uncasted for '0'::bigint < '0'::real ok 1301 - check variant vs uncasted for '0'::bigint < '1'::real ok 1302 - check variant vs uncasted for '0'::bigint < NULL::real ok 1303 - check variant vs uncasted for '0'::bigint < '-1'::smallint ok 1304 - check variant vs uncasted for '0'::bigint < '0'::smallint ok 1305 - check variant vs uncasted for '0'::bigint < '1'::smallint ok 1306 - check variant vs uncasted for '0'::bigint < NULL::smallint ok 1307 - check variant vs uncasted for '0'::float < '-1'::bigint ok 1308 - check variant vs uncasted for '0'::float < '0'::bigint ok 1309 - check variant vs uncasted for '0'::float < '1'::bigint ok 1310 - check variant vs uncasted for '0'::float < NULL::bigint ok 1311 - check variant vs uncasted for '0'::float < '-1'::float ok 1312 - check variant vs uncasted for '0'::float < '0'::float ok 1313 - check variant vs uncasted for '0'::float < '1'::float ok 1314 - check variant vs uncasted for '0'::float < NULL::float ok 1315 - check variant vs uncasted for '0'::float < '-1'::integer ok 1316 - check variant vs uncasted for '0'::float < '0'::integer ok 1317 - check variant vs uncasted for '0'::float < '1'::integer ok 1318 - check variant vs uncasted for '0'::float < NULL::integer ok 1319 - check variant vs uncasted for '0'::float < '-1'::numeric ok 1320 - check variant vs uncasted for '0'::float < '0'::numeric ok 1321 - check variant vs uncasted for '0'::float < '1'::numeric ok 1322 - check variant vs uncasted for '0'::float < NULL::numeric ok 1323 - check variant vs uncasted for '0'::float < '-1'::numeric(2,1) ok 1324 - check variant vs uncasted for '0'::float < '0'::numeric(2,1) ok 1325 - check variant vs uncasted for '0'::float < '1'::numeric(2,1) ok 1326 - check variant vs uncasted for '0'::float < NULL::numeric(2,1) ok 1327 - check variant vs uncasted for '0'::float < '-1'::real ok 1328 - check variant vs uncasted for '0'::float < '0'::real ok 1329 - check variant vs uncasted for '0'::float < '1'::real ok 1330 - check variant vs uncasted for '0'::float < NULL::real ok 1331 - check variant vs uncasted for '0'::float < '-1'::smallint ok 1332 - check variant vs uncasted for '0'::float < '0'::smallint ok 1333 - check variant vs uncasted for '0'::float < '1'::smallint ok 1334 - check variant vs uncasted for '0'::float < NULL::smallint ok 1335 - check variant vs uncasted for '0'::integer < '-1'::bigint ok 1336 - check variant vs uncasted for '0'::integer < '0'::bigint ok 1337 - check variant vs uncasted for '0'::integer < '1'::bigint ok 1338 - check variant vs uncasted for '0'::integer < NULL::bigint ok 1339 - check variant vs uncasted for '0'::integer < '-1'::float ok 1340 - check variant vs uncasted for '0'::integer < '0'::float ok 1341 - check variant vs uncasted for '0'::integer < '1'::float ok 1342 - check variant vs uncasted for '0'::integer < NULL::float ok 1343 - check variant vs uncasted for '0'::integer < '-1'::integer ok 1344 - check variant vs uncasted for '0'::integer < '0'::integer ok 1345 - check variant vs uncasted for '0'::integer < '1'::integer ok 1346 - check variant vs uncasted for '0'::integer < NULL::integer ok 1347 - check variant vs uncasted for '0'::integer < '-1'::numeric ok 1348 - check variant vs uncasted for '0'::integer < '0'::numeric ok 1349 - check variant vs uncasted for '0'::integer < '1'::numeric ok 1350 - check variant vs uncasted for '0'::integer < NULL::numeric ok 1351 - check variant vs uncasted for '0'::integer < '-1'::numeric(2,1) ok 1352 - check variant vs uncasted for '0'::integer < '0'::numeric(2,1) ok 1353 - check variant vs uncasted for '0'::integer < '1'::numeric(2,1) ok 1354 - check variant vs uncasted for '0'::integer < NULL::numeric(2,1) ok 1355 - check variant vs uncasted for '0'::integer < '-1'::real ok 1356 - check variant vs uncasted for '0'::integer < '0'::real ok 1357 - check variant vs uncasted for '0'::integer < '1'::real ok 1358 - check variant vs uncasted for '0'::integer < NULL::real ok 1359 - check variant vs uncasted for '0'::integer < '-1'::smallint ok 1360 - check variant vs uncasted for '0'::integer < '0'::smallint ok 1361 - check variant vs uncasted for '0'::integer < '1'::smallint ok 1362 - check variant vs uncasted for '0'::integer < NULL::smallint ok 1363 - check variant vs uncasted for '0'::numeric < '-1'::bigint ok 1364 - check variant vs uncasted for '0'::numeric < '0'::bigint ok 1365 - check variant vs uncasted for '0'::numeric < '1'::bigint ok 1366 - check variant vs uncasted for '0'::numeric < NULL::bigint ok 1367 - check variant vs uncasted for '0'::numeric < '-1'::float ok 1368 - check variant vs uncasted for '0'::numeric < '0'::float ok 1369 - check variant vs uncasted for '0'::numeric < '1'::float ok 1370 - check variant vs uncasted for '0'::numeric < NULL::float ok 1371 - check variant vs uncasted for '0'::numeric < '-1'::integer ok 1372 - check variant vs uncasted for '0'::numeric < '0'::integer ok 1373 - check variant vs uncasted for '0'::numeric < '1'::integer ok 1374 - check variant vs uncasted for '0'::numeric < NULL::integer ok 1375 - check variant vs uncasted for '0'::numeric < '-1'::numeric ok 1376 - check variant vs uncasted for '0'::numeric < '0'::numeric ok 1377 - check variant vs uncasted for '0'::numeric < '1'::numeric ok 1378 - check variant vs uncasted for '0'::numeric < NULL::numeric ok 1379 - check variant vs uncasted for '0'::numeric < '-1'::numeric(2,1) ok 1380 - check variant vs uncasted for '0'::numeric < '0'::numeric(2,1) ok 1381 - check variant vs uncasted for '0'::numeric < '1'::numeric(2,1) ok 1382 - check variant vs uncasted for '0'::numeric < NULL::numeric(2,1) ok 1383 - check variant vs uncasted for '0'::numeric < '-1'::real ok 1384 - check variant vs uncasted for '0'::numeric < '0'::real ok 1385 - check variant vs uncasted for '0'::numeric < '1'::real ok 1386 - check variant vs uncasted for '0'::numeric < NULL::real ok 1387 - check variant vs uncasted for '0'::numeric < '-1'::smallint ok 1388 - check variant vs uncasted for '0'::numeric < '0'::smallint ok 1389 - check variant vs uncasted for '0'::numeric < '1'::smallint ok 1390 - check variant vs uncasted for '0'::numeric < NULL::smallint ok 1391 - check variant vs uncasted for '0'::numeric(2,1) < '-1'::bigint ok 1392 - check variant vs uncasted for '0'::numeric(2,1) < '0'::bigint ok 1393 - check variant vs uncasted for '0'::numeric(2,1) < '1'::bigint ok 1394 - check variant vs uncasted for '0'::numeric(2,1) < NULL::bigint ok 1395 - check variant vs uncasted for '0'::numeric(2,1) < '-1'::float ok 1396 - check variant vs uncasted for '0'::numeric(2,1) < '0'::float ok 1397 - check variant vs uncasted for '0'::numeric(2,1) < '1'::float ok 1398 - check variant vs uncasted for '0'::numeric(2,1) < NULL::float ok 1399 - check variant vs uncasted for '0'::numeric(2,1) < '-1'::integer ok 1400 - check variant vs uncasted for '0'::numeric(2,1) < '0'::integer ok 1401 - check variant vs uncasted for '0'::numeric(2,1) < '1'::integer ok 1402 - check variant vs uncasted for '0'::numeric(2,1) < NULL::integer ok 1403 - check variant vs uncasted for '0'::numeric(2,1) < '-1'::numeric ok 1404 - check variant vs uncasted for '0'::numeric(2,1) < '0'::numeric ok 1405 - check variant vs uncasted for '0'::numeric(2,1) < '1'::numeric ok 1406 - check variant vs uncasted for '0'::numeric(2,1) < NULL::numeric ok 1407 - check variant vs uncasted for '0'::numeric(2,1) < '-1'::numeric(2,1) ok 1408 - check variant vs uncasted for '0'::numeric(2,1) < '0'::numeric(2,1) ok 1409 - check variant vs uncasted for '0'::numeric(2,1) < '1'::numeric(2,1) ok 1410 - check variant vs uncasted for '0'::numeric(2,1) < NULL::numeric(2,1) ok 1411 - check variant vs uncasted for '0'::numeric(2,1) < '-1'::real ok 1412 - check variant vs uncasted for '0'::numeric(2,1) < '0'::real ok 1413 - check variant vs uncasted for '0'::numeric(2,1) < '1'::real ok 1414 - check variant vs uncasted for '0'::numeric(2,1) < NULL::real ok 1415 - check variant vs uncasted for '0'::numeric(2,1) < '-1'::smallint ok 1416 - check variant vs uncasted for '0'::numeric(2,1) < '0'::smallint ok 1417 - check variant vs uncasted for '0'::numeric(2,1) < '1'::smallint ok 1418 - check variant vs uncasted for '0'::numeric(2,1) < NULL::smallint ok 1419 - check variant vs uncasted for '0'::real < '-1'::bigint ok 1420 - check variant vs uncasted for '0'::real < '0'::bigint ok 1421 - check variant vs uncasted for '0'::real < '1'::bigint ok 1422 - check variant vs uncasted for '0'::real < NULL::bigint ok 1423 - check variant vs uncasted for '0'::real < '-1'::float ok 1424 - check variant vs uncasted for '0'::real < '0'::float ok 1425 - check variant vs uncasted for '0'::real < '1'::float ok 1426 - check variant vs uncasted for '0'::real < NULL::float ok 1427 - check variant vs uncasted for '0'::real < '-1'::integer ok 1428 - check variant vs uncasted for '0'::real < '0'::integer ok 1429 - check variant vs uncasted for '0'::real < '1'::integer ok 1430 - check variant vs uncasted for '0'::real < NULL::integer ok 1431 - check variant vs uncasted for '0'::real < '-1'::numeric ok 1432 - check variant vs uncasted for '0'::real < '0'::numeric ok 1433 - check variant vs uncasted for '0'::real < '1'::numeric ok 1434 - check variant vs uncasted for '0'::real < NULL::numeric ok 1435 - check variant vs uncasted for '0'::real < '-1'::numeric(2,1) ok 1436 - check variant vs uncasted for '0'::real < '0'::numeric(2,1) ok 1437 - check variant vs uncasted for '0'::real < '1'::numeric(2,1) ok 1438 - check variant vs uncasted for '0'::real < NULL::numeric(2,1) ok 1439 - check variant vs uncasted for '0'::real < '-1'::real ok 1440 - check variant vs uncasted for '0'::real < '0'::real ok 1441 - check variant vs uncasted for '0'::real < '1'::real ok 1442 - check variant vs uncasted for '0'::real < NULL::real ok 1443 - check variant vs uncasted for '0'::real < '-1'::smallint ok 1444 - check variant vs uncasted for '0'::real < '0'::smallint ok 1445 - check variant vs uncasted for '0'::real < '1'::smallint ok 1446 - check variant vs uncasted for '0'::real < NULL::smallint ok 1447 - check variant vs uncasted for '0'::smallint < '-1'::bigint ok 1448 - check variant vs uncasted for '0'::smallint < '0'::bigint ok 1449 - check variant vs uncasted for '0'::smallint < '1'::bigint ok 1450 - check variant vs uncasted for '0'::smallint < NULL::bigint ok 1451 - check variant vs uncasted for '0'::smallint < '-1'::float ok 1452 - check variant vs uncasted for '0'::smallint < '0'::float ok 1453 - check variant vs uncasted for '0'::smallint < '1'::float ok 1454 - check variant vs uncasted for '0'::smallint < NULL::float ok 1455 - check variant vs uncasted for '0'::smallint < '-1'::integer ok 1456 - check variant vs uncasted for '0'::smallint < '0'::integer ok 1457 - check variant vs uncasted for '0'::smallint < '1'::integer ok 1458 - check variant vs uncasted for '0'::smallint < NULL::integer ok 1459 - check variant vs uncasted for '0'::smallint < '-1'::numeric ok 1460 - check variant vs uncasted for '0'::smallint < '0'::numeric ok 1461 - check variant vs uncasted for '0'::smallint < '1'::numeric ok 1462 - check variant vs uncasted for '0'::smallint < NULL::numeric ok 1463 - check variant vs uncasted for '0'::smallint < '-1'::numeric(2,1) ok 1464 - check variant vs uncasted for '0'::smallint < '0'::numeric(2,1) ok 1465 - check variant vs uncasted for '0'::smallint < '1'::numeric(2,1) ok 1466 - check variant vs uncasted for '0'::smallint < NULL::numeric(2,1) ok 1467 - check variant vs uncasted for '0'::smallint < '-1'::real ok 1468 - check variant vs uncasted for '0'::smallint < '0'::real ok 1469 - check variant vs uncasted for '0'::smallint < '1'::real ok 1470 - check variant vs uncasted for '0'::smallint < NULL::real ok 1471 - check variant vs uncasted for '0'::smallint < '-1'::smallint ok 1472 - check variant vs uncasted for '0'::smallint < '0'::smallint ok 1473 - check variant vs uncasted for '0'::smallint < '1'::smallint ok 1474 - check variant vs uncasted for '0'::smallint < NULL::smallint ok 1475 - check variant vs uncasted for '0'::bigint <= '-1'::bigint ok 1476 - check variant vs uncasted for '0'::bigint <= '0'::bigint ok 1477 - check variant vs uncasted for '0'::bigint <= '1'::bigint ok 1478 - check variant vs uncasted for '0'::bigint <= NULL::bigint ok 1479 - check variant vs uncasted for '0'::bigint <= '-1'::float ok 1480 - check variant vs uncasted for '0'::bigint <= '0'::float ok 1481 - check variant vs uncasted for '0'::bigint <= '1'::float ok 1482 - check variant vs uncasted for '0'::bigint <= NULL::float ok 1483 - check variant vs uncasted for '0'::bigint <= '-1'::integer ok 1484 - check variant vs uncasted for '0'::bigint <= '0'::integer ok 1485 - check variant vs uncasted for '0'::bigint <= '1'::integer ok 1486 - check variant vs uncasted for '0'::bigint <= NULL::integer ok 1487 - check variant vs uncasted for '0'::bigint <= '-1'::numeric ok 1488 - check variant vs uncasted for '0'::bigint <= '0'::numeric ok 1489 - check variant vs uncasted for '0'::bigint <= '1'::numeric ok 1490 - check variant vs uncasted for '0'::bigint <= NULL::numeric ok 1491 - check variant vs uncasted for '0'::bigint <= '-1'::numeric(2,1) ok 1492 - check variant vs uncasted for '0'::bigint <= '0'::numeric(2,1) ok 1493 - check variant vs uncasted for '0'::bigint <= '1'::numeric(2,1) ok 1494 - check variant vs uncasted for '0'::bigint <= NULL::numeric(2,1) ok 1495 - check variant vs uncasted for '0'::bigint <= '-1'::real ok 1496 - check variant vs uncasted for '0'::bigint <= '0'::real ok 1497 - check variant vs uncasted for '0'::bigint <= '1'::real ok 1498 - check variant vs uncasted for '0'::bigint <= NULL::real ok 1499 - check variant vs uncasted for '0'::bigint <= '-1'::smallint ok 1500 - check variant vs uncasted for '0'::bigint <= '0'::smallint ok 1501 - check variant vs uncasted for '0'::bigint <= '1'::smallint ok 1502 - check variant vs uncasted for '0'::bigint <= NULL::smallint ok 1503 - check variant vs uncasted for '0'::float <= '-1'::bigint ok 1504 - check variant vs uncasted for '0'::float <= '0'::bigint ok 1505 - check variant vs uncasted for '0'::float <= '1'::bigint ok 1506 - check variant vs uncasted for '0'::float <= NULL::bigint ok 1507 - check variant vs uncasted for '0'::float <= '-1'::float ok 1508 - check variant vs uncasted for '0'::float <= '0'::float ok 1509 - check variant vs uncasted for '0'::float <= '1'::float ok 1510 - check variant vs uncasted for '0'::float <= NULL::float ok 1511 - check variant vs uncasted for '0'::float <= '-1'::integer ok 1512 - check variant vs uncasted for '0'::float <= '0'::integer ok 1513 - check variant vs uncasted for '0'::float <= '1'::integer ok 1514 - check variant vs uncasted for '0'::float <= NULL::integer ok 1515 - check variant vs uncasted for '0'::float <= '-1'::numeric ok 1516 - check variant vs uncasted for '0'::float <= '0'::numeric ok 1517 - check variant vs uncasted for '0'::float <= '1'::numeric ok 1518 - check variant vs uncasted for '0'::float <= NULL::numeric ok 1519 - check variant vs uncasted for '0'::float <= '-1'::numeric(2,1) ok 1520 - check variant vs uncasted for '0'::float <= '0'::numeric(2,1) ok 1521 - check variant vs uncasted for '0'::float <= '1'::numeric(2,1) ok 1522 - check variant vs uncasted for '0'::float <= NULL::numeric(2,1) ok 1523 - check variant vs uncasted for '0'::float <= '-1'::real ok 1524 - check variant vs uncasted for '0'::float <= '0'::real ok 1525 - check variant vs uncasted for '0'::float <= '1'::real ok 1526 - check variant vs uncasted for '0'::float <= NULL::real ok 1527 - check variant vs uncasted for '0'::float <= '-1'::smallint ok 1528 - check variant vs uncasted for '0'::float <= '0'::smallint ok 1529 - check variant vs uncasted for '0'::float <= '1'::smallint ok 1530 - check variant vs uncasted for '0'::float <= NULL::smallint ok 1531 - check variant vs uncasted for '0'::integer <= '-1'::bigint ok 1532 - check variant vs uncasted for '0'::integer <= '0'::bigint ok 1533 - check variant vs uncasted for '0'::integer <= '1'::bigint ok 1534 - check variant vs uncasted for '0'::integer <= NULL::bigint ok 1535 - check variant vs uncasted for '0'::integer <= '-1'::float ok 1536 - check variant vs uncasted for '0'::integer <= '0'::float ok 1537 - check variant vs uncasted for '0'::integer <= '1'::float ok 1538 - check variant vs uncasted for '0'::integer <= NULL::float ok 1539 - check variant vs uncasted for '0'::integer <= '-1'::integer ok 1540 - check variant vs uncasted for '0'::integer <= '0'::integer ok 1541 - check variant vs uncasted for '0'::integer <= '1'::integer ok 1542 - check variant vs uncasted for '0'::integer <= NULL::integer ok 1543 - check variant vs uncasted for '0'::integer <= '-1'::numeric ok 1544 - check variant vs uncasted for '0'::integer <= '0'::numeric ok 1545 - check variant vs uncasted for '0'::integer <= '1'::numeric ok 1546 - check variant vs uncasted for '0'::integer <= NULL::numeric ok 1547 - check variant vs uncasted for '0'::integer <= '-1'::numeric(2,1) ok 1548 - check variant vs uncasted for '0'::integer <= '0'::numeric(2,1) ok 1549 - check variant vs uncasted for '0'::integer <= '1'::numeric(2,1) ok 1550 - check variant vs uncasted for '0'::integer <= NULL::numeric(2,1) ok 1551 - check variant vs uncasted for '0'::integer <= '-1'::real ok 1552 - check variant vs uncasted for '0'::integer <= '0'::real ok 1553 - check variant vs uncasted for '0'::integer <= '1'::real ok 1554 - check variant vs uncasted for '0'::integer <= NULL::real ok 1555 - check variant vs uncasted for '0'::integer <= '-1'::smallint ok 1556 - check variant vs uncasted for '0'::integer <= '0'::smallint ok 1557 - check variant vs uncasted for '0'::integer <= '1'::smallint ok 1558 - check variant vs uncasted for '0'::integer <= NULL::smallint ok 1559 - check variant vs uncasted for '0'::numeric <= '-1'::bigint ok 1560 - check variant vs uncasted for '0'::numeric <= '0'::bigint ok 1561 - check variant vs uncasted for '0'::numeric <= '1'::bigint ok 1562 - check variant vs uncasted for '0'::numeric <= NULL::bigint ok 1563 - check variant vs uncasted for '0'::numeric <= '-1'::float ok 1564 - check variant vs uncasted for '0'::numeric <= '0'::float ok 1565 - check variant vs uncasted for '0'::numeric <= '1'::float ok 1566 - check variant vs uncasted for '0'::numeric <= NULL::float ok 1567 - check variant vs uncasted for '0'::numeric <= '-1'::integer ok 1568 - check variant vs uncasted for '0'::numeric <= '0'::integer ok 1569 - check variant vs uncasted for '0'::numeric <= '1'::integer ok 1570 - check variant vs uncasted for '0'::numeric <= NULL::integer ok 1571 - check variant vs uncasted for '0'::numeric <= '-1'::numeric ok 1572 - check variant vs uncasted for '0'::numeric <= '0'::numeric ok 1573 - check variant vs uncasted for '0'::numeric <= '1'::numeric ok 1574 - check variant vs uncasted for '0'::numeric <= NULL::numeric ok 1575 - check variant vs uncasted for '0'::numeric <= '-1'::numeric(2,1) ok 1576 - check variant vs uncasted for '0'::numeric <= '0'::numeric(2,1) ok 1577 - check variant vs uncasted for '0'::numeric <= '1'::numeric(2,1) ok 1578 - check variant vs uncasted for '0'::numeric <= NULL::numeric(2,1) ok 1579 - check variant vs uncasted for '0'::numeric <= '-1'::real ok 1580 - check variant vs uncasted for '0'::numeric <= '0'::real ok 1581 - check variant vs uncasted for '0'::numeric <= '1'::real ok 1582 - check variant vs uncasted for '0'::numeric <= NULL::real ok 1583 - check variant vs uncasted for '0'::numeric <= '-1'::smallint ok 1584 - check variant vs uncasted for '0'::numeric <= '0'::smallint ok 1585 - check variant vs uncasted for '0'::numeric <= '1'::smallint ok 1586 - check variant vs uncasted for '0'::numeric <= NULL::smallint ok 1587 - check variant vs uncasted for '0'::numeric(2,1) <= '-1'::bigint ok 1588 - check variant vs uncasted for '0'::numeric(2,1) <= '0'::bigint ok 1589 - check variant vs uncasted for '0'::numeric(2,1) <= '1'::bigint ok 1590 - check variant vs uncasted for '0'::numeric(2,1) <= NULL::bigint ok 1591 - check variant vs uncasted for '0'::numeric(2,1) <= '-1'::float ok 1592 - check variant vs uncasted for '0'::numeric(2,1) <= '0'::float ok 1593 - check variant vs uncasted for '0'::numeric(2,1) <= '1'::float ok 1594 - check variant vs uncasted for '0'::numeric(2,1) <= NULL::float ok 1595 - check variant vs uncasted for '0'::numeric(2,1) <= '-1'::integer ok 1596 - check variant vs uncasted for '0'::numeric(2,1) <= '0'::integer ok 1597 - check variant vs uncasted for '0'::numeric(2,1) <= '1'::integer ok 1598 - check variant vs uncasted for '0'::numeric(2,1) <= NULL::integer ok 1599 - check variant vs uncasted for '0'::numeric(2,1) <= '-1'::numeric ok 1600 - check variant vs uncasted for '0'::numeric(2,1) <= '0'::numeric ok 1601 - check variant vs uncasted for '0'::numeric(2,1) <= '1'::numeric ok 1602 - check variant vs uncasted for '0'::numeric(2,1) <= NULL::numeric ok 1603 - check variant vs uncasted for '0'::numeric(2,1) <= '-1'::numeric(2,1) ok 1604 - check variant vs uncasted for '0'::numeric(2,1) <= '0'::numeric(2,1) ok 1605 - check variant vs uncasted for '0'::numeric(2,1) <= '1'::numeric(2,1) ok 1606 - check variant vs uncasted for '0'::numeric(2,1) <= NULL::numeric(2,1) ok 1607 - check variant vs uncasted for '0'::numeric(2,1) <= '-1'::real ok 1608 - check variant vs uncasted for '0'::numeric(2,1) <= '0'::real ok 1609 - check variant vs uncasted for '0'::numeric(2,1) <= '1'::real ok 1610 - check variant vs uncasted for '0'::numeric(2,1) <= NULL::real ok 1611 - check variant vs uncasted for '0'::numeric(2,1) <= '-1'::smallint ok 1612 - check variant vs uncasted for '0'::numeric(2,1) <= '0'::smallint ok 1613 - check variant vs uncasted for '0'::numeric(2,1) <= '1'::smallint ok 1614 - check variant vs uncasted for '0'::numeric(2,1) <= NULL::smallint ok 1615 - check variant vs uncasted for '0'::real <= '-1'::bigint ok 1616 - check variant vs uncasted for '0'::real <= '0'::bigint ok 1617 - check variant vs uncasted for '0'::real <= '1'::bigint ok 1618 - check variant vs uncasted for '0'::real <= NULL::bigint ok 1619 - check variant vs uncasted for '0'::real <= '-1'::float ok 1620 - check variant vs uncasted for '0'::real <= '0'::float ok 1621 - check variant vs uncasted for '0'::real <= '1'::float ok 1622 - check variant vs uncasted for '0'::real <= NULL::float ok 1623 - check variant vs uncasted for '0'::real <= '-1'::integer ok 1624 - check variant vs uncasted for '0'::real <= '0'::integer ok 1625 - check variant vs uncasted for '0'::real <= '1'::integer ok 1626 - check variant vs uncasted for '0'::real <= NULL::integer ok 1627 - check variant vs uncasted for '0'::real <= '-1'::numeric ok 1628 - check variant vs uncasted for '0'::real <= '0'::numeric ok 1629 - check variant vs uncasted for '0'::real <= '1'::numeric ok 1630 - check variant vs uncasted for '0'::real <= NULL::numeric ok 1631 - check variant vs uncasted for '0'::real <= '-1'::numeric(2,1) ok 1632 - check variant vs uncasted for '0'::real <= '0'::numeric(2,1) ok 1633 - check variant vs uncasted for '0'::real <= '1'::numeric(2,1) ok 1634 - check variant vs uncasted for '0'::real <= NULL::numeric(2,1) ok 1635 - check variant vs uncasted for '0'::real <= '-1'::real ok 1636 - check variant vs uncasted for '0'::real <= '0'::real ok 1637 - check variant vs uncasted for '0'::real <= '1'::real ok 1638 - check variant vs uncasted for '0'::real <= NULL::real ok 1639 - check variant vs uncasted for '0'::real <= '-1'::smallint ok 1640 - check variant vs uncasted for '0'::real <= '0'::smallint ok 1641 - check variant vs uncasted for '0'::real <= '1'::smallint ok 1642 - check variant vs uncasted for '0'::real <= NULL::smallint ok 1643 - check variant vs uncasted for '0'::smallint <= '-1'::bigint ok 1644 - check variant vs uncasted for '0'::smallint <= '0'::bigint ok 1645 - check variant vs uncasted for '0'::smallint <= '1'::bigint ok 1646 - check variant vs uncasted for '0'::smallint <= NULL::bigint ok 1647 - check variant vs uncasted for '0'::smallint <= '-1'::float ok 1648 - check variant vs uncasted for '0'::smallint <= '0'::float ok 1649 - check variant vs uncasted for '0'::smallint <= '1'::float ok 1650 - check variant vs uncasted for '0'::smallint <= NULL::float ok 1651 - check variant vs uncasted for '0'::smallint <= '-1'::integer ok 1652 - check variant vs uncasted for '0'::smallint <= '0'::integer ok 1653 - check variant vs uncasted for '0'::smallint <= '1'::integer ok 1654 - check variant vs uncasted for '0'::smallint <= NULL::integer ok 1655 - check variant vs uncasted for '0'::smallint <= '-1'::numeric ok 1656 - check variant vs uncasted for '0'::smallint <= '0'::numeric ok 1657 - check variant vs uncasted for '0'::smallint <= '1'::numeric ok 1658 - check variant vs uncasted for '0'::smallint <= NULL::numeric ok 1659 - check variant vs uncasted for '0'::smallint <= '-1'::numeric(2,1) ok 1660 - check variant vs uncasted for '0'::smallint <= '0'::numeric(2,1) ok 1661 - check variant vs uncasted for '0'::smallint <= '1'::numeric(2,1) ok 1662 - check variant vs uncasted for '0'::smallint <= NULL::numeric(2,1) ok 1663 - check variant vs uncasted for '0'::smallint <= '-1'::real ok 1664 - check variant vs uncasted for '0'::smallint <= '0'::real ok 1665 - check variant vs uncasted for '0'::smallint <= '1'::real ok 1666 - check variant vs uncasted for '0'::smallint <= NULL::real ok 1667 - check variant vs uncasted for '0'::smallint <= '-1'::smallint ok 1668 - check variant vs uncasted for '0'::smallint <= '0'::smallint ok 1669 - check variant vs uncasted for '0'::smallint <= '1'::smallint ok 1670 - check variant vs uncasted for '0'::smallint <= NULL::smallint ok 1671 - check variant vs uncasted for '0'::bigint = '-1'::bigint ok 1672 - check variant vs uncasted for '0'::bigint = '0'::bigint ok 1673 - check variant vs uncasted for '0'::bigint = '1'::bigint ok 1674 - check variant vs uncasted for '0'::bigint = NULL::bigint ok 1675 - check variant vs uncasted for '0'::bigint = '-1'::float ok 1676 - check variant vs uncasted for '0'::bigint = '0'::float ok 1677 - check variant vs uncasted for '0'::bigint = '1'::float ok 1678 - check variant vs uncasted for '0'::bigint = NULL::float ok 1679 - check variant vs uncasted for '0'::bigint = '-1'::integer ok 1680 - check variant vs uncasted for '0'::bigint = '0'::integer ok 1681 - check variant vs uncasted for '0'::bigint = '1'::integer ok 1682 - check variant vs uncasted for '0'::bigint = NULL::integer ok 1683 - check variant vs uncasted for '0'::bigint = '-1'::numeric ok 1684 - check variant vs uncasted for '0'::bigint = '0'::numeric ok 1685 - check variant vs uncasted for '0'::bigint = '1'::numeric ok 1686 - check variant vs uncasted for '0'::bigint = NULL::numeric ok 1687 - check variant vs uncasted for '0'::bigint = '-1'::numeric(2,1) ok 1688 - check variant vs uncasted for '0'::bigint = '0'::numeric(2,1) ok 1689 - check variant vs uncasted for '0'::bigint = '1'::numeric(2,1) ok 1690 - check variant vs uncasted for '0'::bigint = NULL::numeric(2,1) ok 1691 - check variant vs uncasted for '0'::bigint = '-1'::real ok 1692 - check variant vs uncasted for '0'::bigint = '0'::real ok 1693 - check variant vs uncasted for '0'::bigint = '1'::real ok 1694 - check variant vs uncasted for '0'::bigint = NULL::real ok 1695 - check variant vs uncasted for '0'::bigint = '-1'::smallint ok 1696 - check variant vs uncasted for '0'::bigint = '0'::smallint ok 1697 - check variant vs uncasted for '0'::bigint = '1'::smallint ok 1698 - check variant vs uncasted for '0'::bigint = NULL::smallint ok 1699 - check variant vs uncasted for '0'::float = '-1'::bigint ok 1700 - check variant vs uncasted for '0'::float = '0'::bigint ok 1701 - check variant vs uncasted for '0'::float = '1'::bigint ok 1702 - check variant vs uncasted for '0'::float = NULL::bigint ok 1703 - check variant vs uncasted for '0'::float = '-1'::float ok 1704 - check variant vs uncasted for '0'::float = '0'::float ok 1705 - check variant vs uncasted for '0'::float = '1'::float ok 1706 - check variant vs uncasted for '0'::float = NULL::float ok 1707 - check variant vs uncasted for '0'::float = '-1'::integer ok 1708 - check variant vs uncasted for '0'::float = '0'::integer ok 1709 - check variant vs uncasted for '0'::float = '1'::integer ok 1710 - check variant vs uncasted for '0'::float = NULL::integer ok 1711 - check variant vs uncasted for '0'::float = '-1'::numeric ok 1712 - check variant vs uncasted for '0'::float = '0'::numeric ok 1713 - check variant vs uncasted for '0'::float = '1'::numeric ok 1714 - check variant vs uncasted for '0'::float = NULL::numeric ok 1715 - check variant vs uncasted for '0'::float = '-1'::numeric(2,1) ok 1716 - check variant vs uncasted for '0'::float = '0'::numeric(2,1) ok 1717 - check variant vs uncasted for '0'::float = '1'::numeric(2,1) ok 1718 - check variant vs uncasted for '0'::float = NULL::numeric(2,1) ok 1719 - check variant vs uncasted for '0'::float = '-1'::real ok 1720 - check variant vs uncasted for '0'::float = '0'::real ok 1721 - check variant vs uncasted for '0'::float = '1'::real ok 1722 - check variant vs uncasted for '0'::float = NULL::real ok 1723 - check variant vs uncasted for '0'::float = '-1'::smallint ok 1724 - check variant vs uncasted for '0'::float = '0'::smallint ok 1725 - check variant vs uncasted for '0'::float = '1'::smallint ok 1726 - check variant vs uncasted for '0'::float = NULL::smallint ok 1727 - check variant vs uncasted for '0'::integer = '-1'::bigint ok 1728 - check variant vs uncasted for '0'::integer = '0'::bigint ok 1729 - check variant vs uncasted for '0'::integer = '1'::bigint ok 1730 - check variant vs uncasted for '0'::integer = NULL::bigint ok 1731 - check variant vs uncasted for '0'::integer = '-1'::float ok 1732 - check variant vs uncasted for '0'::integer = '0'::float ok 1733 - check variant vs uncasted for '0'::integer = '1'::float ok 1734 - check variant vs uncasted for '0'::integer = NULL::float ok 1735 - check variant vs uncasted for '0'::integer = '-1'::integer ok 1736 - check variant vs uncasted for '0'::integer = '0'::integer ok 1737 - check variant vs uncasted for '0'::integer = '1'::integer ok 1738 - check variant vs uncasted for '0'::integer = NULL::integer ok 1739 - check variant vs uncasted for '0'::integer = '-1'::numeric ok 1740 - check variant vs uncasted for '0'::integer = '0'::numeric ok 1741 - check variant vs uncasted for '0'::integer = '1'::numeric ok 1742 - check variant vs uncasted for '0'::integer = NULL::numeric ok 1743 - check variant vs uncasted for '0'::integer = '-1'::numeric(2,1) ok 1744 - check variant vs uncasted for '0'::integer = '0'::numeric(2,1) ok 1745 - check variant vs uncasted for '0'::integer = '1'::numeric(2,1) ok 1746 - check variant vs uncasted for '0'::integer = NULL::numeric(2,1) ok 1747 - check variant vs uncasted for '0'::integer = '-1'::real ok 1748 - check variant vs uncasted for '0'::integer = '0'::real ok 1749 - check variant vs uncasted for '0'::integer = '1'::real ok 1750 - check variant vs uncasted for '0'::integer = NULL::real ok 1751 - check variant vs uncasted for '0'::integer = '-1'::smallint ok 1752 - check variant vs uncasted for '0'::integer = '0'::smallint ok 1753 - check variant vs uncasted for '0'::integer = '1'::smallint ok 1754 - check variant vs uncasted for '0'::integer = NULL::smallint ok 1755 - check variant vs uncasted for '0'::numeric = '-1'::bigint ok 1756 - check variant vs uncasted for '0'::numeric = '0'::bigint ok 1757 - check variant vs uncasted for '0'::numeric = '1'::bigint ok 1758 - check variant vs uncasted for '0'::numeric = NULL::bigint ok 1759 - check variant vs uncasted for '0'::numeric = '-1'::float ok 1760 - check variant vs uncasted for '0'::numeric = '0'::float ok 1761 - check variant vs uncasted for '0'::numeric = '1'::float ok 1762 - check variant vs uncasted for '0'::numeric = NULL::float ok 1763 - check variant vs uncasted for '0'::numeric = '-1'::integer ok 1764 - check variant vs uncasted for '0'::numeric = '0'::integer ok 1765 - check variant vs uncasted for '0'::numeric = '1'::integer ok 1766 - check variant vs uncasted for '0'::numeric = NULL::integer ok 1767 - check variant vs uncasted for '0'::numeric = '-1'::numeric ok 1768 - check variant vs uncasted for '0'::numeric = '0'::numeric ok 1769 - check variant vs uncasted for '0'::numeric = '1'::numeric ok 1770 - check variant vs uncasted for '0'::numeric = NULL::numeric ok 1771 - check variant vs uncasted for '0'::numeric = '-1'::numeric(2,1) ok 1772 - check variant vs uncasted for '0'::numeric = '0'::numeric(2,1) ok 1773 - check variant vs uncasted for '0'::numeric = '1'::numeric(2,1) ok 1774 - check variant vs uncasted for '0'::numeric = NULL::numeric(2,1) ok 1775 - check variant vs uncasted for '0'::numeric = '-1'::real ok 1776 - check variant vs uncasted for '0'::numeric = '0'::real ok 1777 - check variant vs uncasted for '0'::numeric = '1'::real ok 1778 - check variant vs uncasted for '0'::numeric = NULL::real ok 1779 - check variant vs uncasted for '0'::numeric = '-1'::smallint ok 1780 - check variant vs uncasted for '0'::numeric = '0'::smallint ok 1781 - check variant vs uncasted for '0'::numeric = '1'::smallint ok 1782 - check variant vs uncasted for '0'::numeric = NULL::smallint ok 1783 - check variant vs uncasted for '0'::numeric(2,1) = '-1'::bigint ok 1784 - check variant vs uncasted for '0'::numeric(2,1) = '0'::bigint ok 1785 - check variant vs uncasted for '0'::numeric(2,1) = '1'::bigint ok 1786 - check variant vs uncasted for '0'::numeric(2,1) = NULL::bigint ok 1787 - check variant vs uncasted for '0'::numeric(2,1) = '-1'::float ok 1788 - check variant vs uncasted for '0'::numeric(2,1) = '0'::float ok 1789 - check variant vs uncasted for '0'::numeric(2,1) = '1'::float ok 1790 - check variant vs uncasted for '0'::numeric(2,1) = NULL::float ok 1791 - check variant vs uncasted for '0'::numeric(2,1) = '-1'::integer ok 1792 - check variant vs uncasted for '0'::numeric(2,1) = '0'::integer ok 1793 - check variant vs uncasted for '0'::numeric(2,1) = '1'::integer ok 1794 - check variant vs uncasted for '0'::numeric(2,1) = NULL::integer ok 1795 - check variant vs uncasted for '0'::numeric(2,1) = '-1'::numeric ok 1796 - check variant vs uncasted for '0'::numeric(2,1) = '0'::numeric ok 1797 - check variant vs uncasted for '0'::numeric(2,1) = '1'::numeric ok 1798 - check variant vs uncasted for '0'::numeric(2,1) = NULL::numeric ok 1799 - check variant vs uncasted for '0'::numeric(2,1) = '-1'::numeric(2,1) ok 1800 - check variant vs uncasted for '0'::numeric(2,1) = '0'::numeric(2,1) ok 1801 - check variant vs uncasted for '0'::numeric(2,1) = '1'::numeric(2,1) ok 1802 - check variant vs uncasted for '0'::numeric(2,1) = NULL::numeric(2,1) ok 1803 - check variant vs uncasted for '0'::numeric(2,1) = '-1'::real ok 1804 - check variant vs uncasted for '0'::numeric(2,1) = '0'::real ok 1805 - check variant vs uncasted for '0'::numeric(2,1) = '1'::real ok 1806 - check variant vs uncasted for '0'::numeric(2,1) = NULL::real ok 1807 - check variant vs uncasted for '0'::numeric(2,1) = '-1'::smallint ok 1808 - check variant vs uncasted for '0'::numeric(2,1) = '0'::smallint ok 1809 - check variant vs uncasted for '0'::numeric(2,1) = '1'::smallint ok 1810 - check variant vs uncasted for '0'::numeric(2,1) = NULL::smallint ok 1811 - check variant vs uncasted for '0'::real = '-1'::bigint ok 1812 - check variant vs uncasted for '0'::real = '0'::bigint ok 1813 - check variant vs uncasted for '0'::real = '1'::bigint ok 1814 - check variant vs uncasted for '0'::real = NULL::bigint ok 1815 - check variant vs uncasted for '0'::real = '-1'::float ok 1816 - check variant vs uncasted for '0'::real = '0'::float ok 1817 - check variant vs uncasted for '0'::real = '1'::float ok 1818 - check variant vs uncasted for '0'::real = NULL::float ok 1819 - check variant vs uncasted for '0'::real = '-1'::integer ok 1820 - check variant vs uncasted for '0'::real = '0'::integer ok 1821 - check variant vs uncasted for '0'::real = '1'::integer ok 1822 - check variant vs uncasted for '0'::real = NULL::integer ok 1823 - check variant vs uncasted for '0'::real = '-1'::numeric ok 1824 - check variant vs uncasted for '0'::real = '0'::numeric ok 1825 - check variant vs uncasted for '0'::real = '1'::numeric ok 1826 - check variant vs uncasted for '0'::real = NULL::numeric ok 1827 - check variant vs uncasted for '0'::real = '-1'::numeric(2,1) ok 1828 - check variant vs uncasted for '0'::real = '0'::numeric(2,1) ok 1829 - check variant vs uncasted for '0'::real = '1'::numeric(2,1) ok 1830 - check variant vs uncasted for '0'::real = NULL::numeric(2,1) ok 1831 - check variant vs uncasted for '0'::real = '-1'::real ok 1832 - check variant vs uncasted for '0'::real = '0'::real ok 1833 - check variant vs uncasted for '0'::real = '1'::real ok 1834 - check variant vs uncasted for '0'::real = NULL::real ok 1835 - check variant vs uncasted for '0'::real = '-1'::smallint ok 1836 - check variant vs uncasted for '0'::real = '0'::smallint ok 1837 - check variant vs uncasted for '0'::real = '1'::smallint ok 1838 - check variant vs uncasted for '0'::real = NULL::smallint ok 1839 - check variant vs uncasted for '0'::smallint = '-1'::bigint ok 1840 - check variant vs uncasted for '0'::smallint = '0'::bigint ok 1841 - check variant vs uncasted for '0'::smallint = '1'::bigint ok 1842 - check variant vs uncasted for '0'::smallint = NULL::bigint ok 1843 - check variant vs uncasted for '0'::smallint = '-1'::float ok 1844 - check variant vs uncasted for '0'::smallint = '0'::float ok 1845 - check variant vs uncasted for '0'::smallint = '1'::float ok 1846 - check variant vs uncasted for '0'::smallint = NULL::float ok 1847 - check variant vs uncasted for '0'::smallint = '-1'::integer ok 1848 - check variant vs uncasted for '0'::smallint = '0'::integer ok 1849 - check variant vs uncasted for '0'::smallint = '1'::integer ok 1850 - check variant vs uncasted for '0'::smallint = NULL::integer ok 1851 - check variant vs uncasted for '0'::smallint = '-1'::numeric ok 1852 - check variant vs uncasted for '0'::smallint = '0'::numeric ok 1853 - check variant vs uncasted for '0'::smallint = '1'::numeric ok 1854 - check variant vs uncasted for '0'::smallint = NULL::numeric ok 1855 - check variant vs uncasted for '0'::smallint = '-1'::numeric(2,1) ok 1856 - check variant vs uncasted for '0'::smallint = '0'::numeric(2,1) ok 1857 - check variant vs uncasted for '0'::smallint = '1'::numeric(2,1) ok 1858 - check variant vs uncasted for '0'::smallint = NULL::numeric(2,1) ok 1859 - check variant vs uncasted for '0'::smallint = '-1'::real ok 1860 - check variant vs uncasted for '0'::smallint = '0'::real ok 1861 - check variant vs uncasted for '0'::smallint = '1'::real ok 1862 - check variant vs uncasted for '0'::smallint = NULL::real ok 1863 - check variant vs uncasted for '0'::smallint = '-1'::smallint ok 1864 - check variant vs uncasted for '0'::smallint = '0'::smallint ok 1865 - check variant vs uncasted for '0'::smallint = '1'::smallint ok 1866 - check variant vs uncasted for '0'::smallint = NULL::smallint ok 1867 - check variant vs uncasted for '0'::bigint >= '-1'::bigint ok 1868 - check variant vs uncasted for '0'::bigint >= '0'::bigint ok 1869 - check variant vs uncasted for '0'::bigint >= '1'::bigint ok 1870 - check variant vs uncasted for '0'::bigint >= NULL::bigint ok 1871 - check variant vs uncasted for '0'::bigint >= '-1'::float ok 1872 - check variant vs uncasted for '0'::bigint >= '0'::float ok 1873 - check variant vs uncasted for '0'::bigint >= '1'::float ok 1874 - check variant vs uncasted for '0'::bigint >= NULL::float ok 1875 - check variant vs uncasted for '0'::bigint >= '-1'::integer ok 1876 - check variant vs uncasted for '0'::bigint >= '0'::integer ok 1877 - check variant vs uncasted for '0'::bigint >= '1'::integer ok 1878 - check variant vs uncasted for '0'::bigint >= NULL::integer ok 1879 - check variant vs uncasted for '0'::bigint >= '-1'::numeric ok 1880 - check variant vs uncasted for '0'::bigint >= '0'::numeric ok 1881 - check variant vs uncasted for '0'::bigint >= '1'::numeric ok 1882 - check variant vs uncasted for '0'::bigint >= NULL::numeric ok 1883 - check variant vs uncasted for '0'::bigint >= '-1'::numeric(2,1) ok 1884 - check variant vs uncasted for '0'::bigint >= '0'::numeric(2,1) ok 1885 - check variant vs uncasted for '0'::bigint >= '1'::numeric(2,1) ok 1886 - check variant vs uncasted for '0'::bigint >= NULL::numeric(2,1) ok 1887 - check variant vs uncasted for '0'::bigint >= '-1'::real ok 1888 - check variant vs uncasted for '0'::bigint >= '0'::real ok 1889 - check variant vs uncasted for '0'::bigint >= '1'::real ok 1890 - check variant vs uncasted for '0'::bigint >= NULL::real ok 1891 - check variant vs uncasted for '0'::bigint >= '-1'::smallint ok 1892 - check variant vs uncasted for '0'::bigint >= '0'::smallint ok 1893 - check variant vs uncasted for '0'::bigint >= '1'::smallint ok 1894 - check variant vs uncasted for '0'::bigint >= NULL::smallint ok 1895 - check variant vs uncasted for '0'::float >= '-1'::bigint ok 1896 - check variant vs uncasted for '0'::float >= '0'::bigint ok 1897 - check variant vs uncasted for '0'::float >= '1'::bigint ok 1898 - check variant vs uncasted for '0'::float >= NULL::bigint ok 1899 - check variant vs uncasted for '0'::float >= '-1'::float ok 1900 - check variant vs uncasted for '0'::float >= '0'::float ok 1901 - check variant vs uncasted for '0'::float >= '1'::float ok 1902 - check variant vs uncasted for '0'::float >= NULL::float ok 1903 - check variant vs uncasted for '0'::float >= '-1'::integer ok 1904 - check variant vs uncasted for '0'::float >= '0'::integer ok 1905 - check variant vs uncasted for '0'::float >= '1'::integer ok 1906 - check variant vs uncasted for '0'::float >= NULL::integer ok 1907 - check variant vs uncasted for '0'::float >= '-1'::numeric ok 1908 - check variant vs uncasted for '0'::float >= '0'::numeric ok 1909 - check variant vs uncasted for '0'::float >= '1'::numeric ok 1910 - check variant vs uncasted for '0'::float >= NULL::numeric ok 1911 - check variant vs uncasted for '0'::float >= '-1'::numeric(2,1) ok 1912 - check variant vs uncasted for '0'::float >= '0'::numeric(2,1) ok 1913 - check variant vs uncasted for '0'::float >= '1'::numeric(2,1) ok 1914 - check variant vs uncasted for '0'::float >= NULL::numeric(2,1) ok 1915 - check variant vs uncasted for '0'::float >= '-1'::real ok 1916 - check variant vs uncasted for '0'::float >= '0'::real ok 1917 - check variant vs uncasted for '0'::float >= '1'::real ok 1918 - check variant vs uncasted for '0'::float >= NULL::real ok 1919 - check variant vs uncasted for '0'::float >= '-1'::smallint ok 1920 - check variant vs uncasted for '0'::float >= '0'::smallint ok 1921 - check variant vs uncasted for '0'::float >= '1'::smallint ok 1922 - check variant vs uncasted for '0'::float >= NULL::smallint ok 1923 - check variant vs uncasted for '0'::integer >= '-1'::bigint ok 1924 - check variant vs uncasted for '0'::integer >= '0'::bigint ok 1925 - check variant vs uncasted for '0'::integer >= '1'::bigint ok 1926 - check variant vs uncasted for '0'::integer >= NULL::bigint ok 1927 - check variant vs uncasted for '0'::integer >= '-1'::float ok 1928 - check variant vs uncasted for '0'::integer >= '0'::float ok 1929 - check variant vs uncasted for '0'::integer >= '1'::float ok 1930 - check variant vs uncasted for '0'::integer >= NULL::float ok 1931 - check variant vs uncasted for '0'::integer >= '-1'::integer ok 1932 - check variant vs uncasted for '0'::integer >= '0'::integer ok 1933 - check variant vs uncasted for '0'::integer >= '1'::integer ok 1934 - check variant vs uncasted for '0'::integer >= NULL::integer ok 1935 - check variant vs uncasted for '0'::integer >= '-1'::numeric ok 1936 - check variant vs uncasted for '0'::integer >= '0'::numeric ok 1937 - check variant vs uncasted for '0'::integer >= '1'::numeric ok 1938 - check variant vs uncasted for '0'::integer >= NULL::numeric ok 1939 - check variant vs uncasted for '0'::integer >= '-1'::numeric(2,1) ok 1940 - check variant vs uncasted for '0'::integer >= '0'::numeric(2,1) ok 1941 - check variant vs uncasted for '0'::integer >= '1'::numeric(2,1) ok 1942 - check variant vs uncasted for '0'::integer >= NULL::numeric(2,1) ok 1943 - check variant vs uncasted for '0'::integer >= '-1'::real ok 1944 - check variant vs uncasted for '0'::integer >= '0'::real ok 1945 - check variant vs uncasted for '0'::integer >= '1'::real ok 1946 - check variant vs uncasted for '0'::integer >= NULL::real ok 1947 - check variant vs uncasted for '0'::integer >= '-1'::smallint ok 1948 - check variant vs uncasted for '0'::integer >= '0'::smallint ok 1949 - check variant vs uncasted for '0'::integer >= '1'::smallint ok 1950 - check variant vs uncasted for '0'::integer >= NULL::smallint ok 1951 - check variant vs uncasted for '0'::numeric >= '-1'::bigint ok 1952 - check variant vs uncasted for '0'::numeric >= '0'::bigint ok 1953 - check variant vs uncasted for '0'::numeric >= '1'::bigint ok 1954 - check variant vs uncasted for '0'::numeric >= NULL::bigint ok 1955 - check variant vs uncasted for '0'::numeric >= '-1'::float ok 1956 - check variant vs uncasted for '0'::numeric >= '0'::float ok 1957 - check variant vs uncasted for '0'::numeric >= '1'::float ok 1958 - check variant vs uncasted for '0'::numeric >= NULL::float ok 1959 - check variant vs uncasted for '0'::numeric >= '-1'::integer ok 1960 - check variant vs uncasted for '0'::numeric >= '0'::integer ok 1961 - check variant vs uncasted for '0'::numeric >= '1'::integer ok 1962 - check variant vs uncasted for '0'::numeric >= NULL::integer ok 1963 - check variant vs uncasted for '0'::numeric >= '-1'::numeric ok 1964 - check variant vs uncasted for '0'::numeric >= '0'::numeric ok 1965 - check variant vs uncasted for '0'::numeric >= '1'::numeric ok 1966 - check variant vs uncasted for '0'::numeric >= NULL::numeric ok 1967 - check variant vs uncasted for '0'::numeric >= '-1'::numeric(2,1) ok 1968 - check variant vs uncasted for '0'::numeric >= '0'::numeric(2,1) ok 1969 - check variant vs uncasted for '0'::numeric >= '1'::numeric(2,1) ok 1970 - check variant vs uncasted for '0'::numeric >= NULL::numeric(2,1) ok 1971 - check variant vs uncasted for '0'::numeric >= '-1'::real ok 1972 - check variant vs uncasted for '0'::numeric >= '0'::real ok 1973 - check variant vs uncasted for '0'::numeric >= '1'::real ok 1974 - check variant vs uncasted for '0'::numeric >= NULL::real ok 1975 - check variant vs uncasted for '0'::numeric >= '-1'::smallint ok 1976 - check variant vs uncasted for '0'::numeric >= '0'::smallint ok 1977 - check variant vs uncasted for '0'::numeric >= '1'::smallint ok 1978 - check variant vs uncasted for '0'::numeric >= NULL::smallint ok 1979 - check variant vs uncasted for '0'::numeric(2,1) >= '-1'::bigint ok 1980 - check variant vs uncasted for '0'::numeric(2,1) >= '0'::bigint ok 1981 - check variant vs uncasted for '0'::numeric(2,1) >= '1'::bigint ok 1982 - check variant vs uncasted for '0'::numeric(2,1) >= NULL::bigint ok 1983 - check variant vs uncasted for '0'::numeric(2,1) >= '-1'::float ok 1984 - check variant vs uncasted for '0'::numeric(2,1) >= '0'::float ok 1985 - check variant vs uncasted for '0'::numeric(2,1) >= '1'::float ok 1986 - check variant vs uncasted for '0'::numeric(2,1) >= NULL::float ok 1987 - check variant vs uncasted for '0'::numeric(2,1) >= '-1'::integer ok 1988 - check variant vs uncasted for '0'::numeric(2,1) >= '0'::integer ok 1989 - check variant vs uncasted for '0'::numeric(2,1) >= '1'::integer ok 1990 - check variant vs uncasted for '0'::numeric(2,1) >= NULL::integer ok 1991 - check variant vs uncasted for '0'::numeric(2,1) >= '-1'::numeric ok 1992 - check variant vs uncasted for '0'::numeric(2,1) >= '0'::numeric ok 1993 - check variant vs uncasted for '0'::numeric(2,1) >= '1'::numeric ok 1994 - check variant vs uncasted for '0'::numeric(2,1) >= NULL::numeric ok 1995 - check variant vs uncasted for '0'::numeric(2,1) >= '-1'::numeric(2,1) ok 1996 - check variant vs uncasted for '0'::numeric(2,1) >= '0'::numeric(2,1) ok 1997 - check variant vs uncasted for '0'::numeric(2,1) >= '1'::numeric(2,1) ok 1998 - check variant vs uncasted for '0'::numeric(2,1) >= NULL::numeric(2,1) ok 1999 - check variant vs uncasted for '0'::numeric(2,1) >= '-1'::real ok 2000 - check variant vs uncasted for '0'::numeric(2,1) >= '0'::real ok 2001 - check variant vs uncasted for '0'::numeric(2,1) >= '1'::real ok 2002 - check variant vs uncasted for '0'::numeric(2,1) >= NULL::real ok 2003 - check variant vs uncasted for '0'::numeric(2,1) >= '-1'::smallint ok 2004 - check variant vs uncasted for '0'::numeric(2,1) >= '0'::smallint ok 2005 - check variant vs uncasted for '0'::numeric(2,1) >= '1'::smallint ok 2006 - check variant vs uncasted for '0'::numeric(2,1) >= NULL::smallint ok 2007 - check variant vs uncasted for '0'::real >= '-1'::bigint ok 2008 - check variant vs uncasted for '0'::real >= '0'::bigint ok 2009 - check variant vs uncasted for '0'::real >= '1'::bigint ok 2010 - check variant vs uncasted for '0'::real >= NULL::bigint ok 2011 - check variant vs uncasted for '0'::real >= '-1'::float ok 2012 - check variant vs uncasted for '0'::real >= '0'::float ok 2013 - check variant vs uncasted for '0'::real >= '1'::float ok 2014 - check variant vs uncasted for '0'::real >= NULL::float ok 2015 - check variant vs uncasted for '0'::real >= '-1'::integer ok 2016 - check variant vs uncasted for '0'::real >= '0'::integer ok 2017 - check variant vs uncasted for '0'::real >= '1'::integer ok 2018 - check variant vs uncasted for '0'::real >= NULL::integer ok 2019 - check variant vs uncasted for '0'::real >= '-1'::numeric ok 2020 - check variant vs uncasted for '0'::real >= '0'::numeric ok 2021 - check variant vs uncasted for '0'::real >= '1'::numeric ok 2022 - check variant vs uncasted for '0'::real >= NULL::numeric ok 2023 - check variant vs uncasted for '0'::real >= '-1'::numeric(2,1) ok 2024 - check variant vs uncasted for '0'::real >= '0'::numeric(2,1) ok 2025 - check variant vs uncasted for '0'::real >= '1'::numeric(2,1) ok 2026 - check variant vs uncasted for '0'::real >= NULL::numeric(2,1) ok 2027 - check variant vs uncasted for '0'::real >= '-1'::real ok 2028 - check variant vs uncasted for '0'::real >= '0'::real ok 2029 - check variant vs uncasted for '0'::real >= '1'::real ok 2030 - check variant vs uncasted for '0'::real >= NULL::real ok 2031 - check variant vs uncasted for '0'::real >= '-1'::smallint ok 2032 - check variant vs uncasted for '0'::real >= '0'::smallint ok 2033 - check variant vs uncasted for '0'::real >= '1'::smallint ok 2034 - check variant vs uncasted for '0'::real >= NULL::smallint ok 2035 - check variant vs uncasted for '0'::smallint >= '-1'::bigint ok 2036 - check variant vs uncasted for '0'::smallint >= '0'::bigint ok 2037 - check variant vs uncasted for '0'::smallint >= '1'::bigint ok 2038 - check variant vs uncasted for '0'::smallint >= NULL::bigint ok 2039 - check variant vs uncasted for '0'::smallint >= '-1'::float ok 2040 - check variant vs uncasted for '0'::smallint >= '0'::float ok 2041 - check variant vs uncasted for '0'::smallint >= '1'::float ok 2042 - check variant vs uncasted for '0'::smallint >= NULL::float ok 2043 - check variant vs uncasted for '0'::smallint >= '-1'::integer ok 2044 - check variant vs uncasted for '0'::smallint >= '0'::integer ok 2045 - check variant vs uncasted for '0'::smallint >= '1'::integer ok 2046 - check variant vs uncasted for '0'::smallint >= NULL::integer ok 2047 - check variant vs uncasted for '0'::smallint >= '-1'::numeric ok 2048 - check variant vs uncasted for '0'::smallint >= '0'::numeric ok 2049 - check variant vs uncasted for '0'::smallint >= '1'::numeric ok 2050 - check variant vs uncasted for '0'::smallint >= NULL::numeric ok 2051 - check variant vs uncasted for '0'::smallint >= '-1'::numeric(2,1) ok 2052 - check variant vs uncasted for '0'::smallint >= '0'::numeric(2,1) ok 2053 - check variant vs uncasted for '0'::smallint >= '1'::numeric(2,1) ok 2054 - check variant vs uncasted for '0'::smallint >= NULL::numeric(2,1) ok 2055 - check variant vs uncasted for '0'::smallint >= '-1'::real ok 2056 - check variant vs uncasted for '0'::smallint >= '0'::real ok 2057 - check variant vs uncasted for '0'::smallint >= '1'::real ok 2058 - check variant vs uncasted for '0'::smallint >= NULL::real ok 2059 - check variant vs uncasted for '0'::smallint >= '-1'::smallint ok 2060 - check variant vs uncasted for '0'::smallint >= '0'::smallint ok 2061 - check variant vs uncasted for '0'::smallint >= '1'::smallint ok 2062 - check variant vs uncasted for '0'::smallint >= NULL::smallint ok 2063 - check variant vs uncasted for '0'::bigint > '-1'::bigint ok 2064 - check variant vs uncasted for '0'::bigint > '0'::bigint ok 2065 - check variant vs uncasted for '0'::bigint > '1'::bigint ok 2066 - check variant vs uncasted for '0'::bigint > NULL::bigint ok 2067 - check variant vs uncasted for '0'::bigint > '-1'::float ok 2068 - check variant vs uncasted for '0'::bigint > '0'::float ok 2069 - check variant vs uncasted for '0'::bigint > '1'::float ok 2070 - check variant vs uncasted for '0'::bigint > NULL::float ok 2071 - check variant vs uncasted for '0'::bigint > '-1'::integer ok 2072 - check variant vs uncasted for '0'::bigint > '0'::integer ok 2073 - check variant vs uncasted for '0'::bigint > '1'::integer ok 2074 - check variant vs uncasted for '0'::bigint > NULL::integer ok 2075 - check variant vs uncasted for '0'::bigint > '-1'::numeric ok 2076 - check variant vs uncasted for '0'::bigint > '0'::numeric ok 2077 - check variant vs uncasted for '0'::bigint > '1'::numeric ok 2078 - check variant vs uncasted for '0'::bigint > NULL::numeric ok 2079 - check variant vs uncasted for '0'::bigint > '-1'::numeric(2,1) ok 2080 - check variant vs uncasted for '0'::bigint > '0'::numeric(2,1) ok 2081 - check variant vs uncasted for '0'::bigint > '1'::numeric(2,1) ok 2082 - check variant vs uncasted for '0'::bigint > NULL::numeric(2,1) ok 2083 - check variant vs uncasted for '0'::bigint > '-1'::real ok 2084 - check variant vs uncasted for '0'::bigint > '0'::real ok 2085 - check variant vs uncasted for '0'::bigint > '1'::real ok 2086 - check variant vs uncasted for '0'::bigint > NULL::real ok 2087 - check variant vs uncasted for '0'::bigint > '-1'::smallint ok 2088 - check variant vs uncasted for '0'::bigint > '0'::smallint ok 2089 - check variant vs uncasted for '0'::bigint > '1'::smallint ok 2090 - check variant vs uncasted for '0'::bigint > NULL::smallint ok 2091 - check variant vs uncasted for '0'::float > '-1'::bigint ok 2092 - check variant vs uncasted for '0'::float > '0'::bigint ok 2093 - check variant vs uncasted for '0'::float > '1'::bigint ok 2094 - check variant vs uncasted for '0'::float > NULL::bigint ok 2095 - check variant vs uncasted for '0'::float > '-1'::float ok 2096 - check variant vs uncasted for '0'::float > '0'::float ok 2097 - check variant vs uncasted for '0'::float > '1'::float ok 2098 - check variant vs uncasted for '0'::float > NULL::float ok 2099 - check variant vs uncasted for '0'::float > '-1'::integer ok 2100 - check variant vs uncasted for '0'::float > '0'::integer ok 2101 - check variant vs uncasted for '0'::float > '1'::integer ok 2102 - check variant vs uncasted for '0'::float > NULL::integer ok 2103 - check variant vs uncasted for '0'::float > '-1'::numeric ok 2104 - check variant vs uncasted for '0'::float > '0'::numeric ok 2105 - check variant vs uncasted for '0'::float > '1'::numeric ok 2106 - check variant vs uncasted for '0'::float > NULL::numeric ok 2107 - check variant vs uncasted for '0'::float > '-1'::numeric(2,1) ok 2108 - check variant vs uncasted for '0'::float > '0'::numeric(2,1) ok 2109 - check variant vs uncasted for '0'::float > '1'::numeric(2,1) ok 2110 - check variant vs uncasted for '0'::float > NULL::numeric(2,1) ok 2111 - check variant vs uncasted for '0'::float > '-1'::real ok 2112 - check variant vs uncasted for '0'::float > '0'::real ok 2113 - check variant vs uncasted for '0'::float > '1'::real ok 2114 - check variant vs uncasted for '0'::float > NULL::real ok 2115 - check variant vs uncasted for '0'::float > '-1'::smallint ok 2116 - check variant vs uncasted for '0'::float > '0'::smallint ok 2117 - check variant vs uncasted for '0'::float > '1'::smallint ok 2118 - check variant vs uncasted for '0'::float > NULL::smallint ok 2119 - check variant vs uncasted for '0'::integer > '-1'::bigint ok 2120 - check variant vs uncasted for '0'::integer > '0'::bigint ok 2121 - check variant vs uncasted for '0'::integer > '1'::bigint ok 2122 - check variant vs uncasted for '0'::integer > NULL::bigint ok 2123 - check variant vs uncasted for '0'::integer > '-1'::float ok 2124 - check variant vs uncasted for '0'::integer > '0'::float ok 2125 - check variant vs uncasted for '0'::integer > '1'::float ok 2126 - check variant vs uncasted for '0'::integer > NULL::float ok 2127 - check variant vs uncasted for '0'::integer > '-1'::integer ok 2128 - check variant vs uncasted for '0'::integer > '0'::integer ok 2129 - check variant vs uncasted for '0'::integer > '1'::integer ok 2130 - check variant vs uncasted for '0'::integer > NULL::integer ok 2131 - check variant vs uncasted for '0'::integer > '-1'::numeric ok 2132 - check variant vs uncasted for '0'::integer > '0'::numeric ok 2133 - check variant vs uncasted for '0'::integer > '1'::numeric ok 2134 - check variant vs uncasted for '0'::integer > NULL::numeric ok 2135 - check variant vs uncasted for '0'::integer > '-1'::numeric(2,1) ok 2136 - check variant vs uncasted for '0'::integer > '0'::numeric(2,1) ok 2137 - check variant vs uncasted for '0'::integer > '1'::numeric(2,1) ok 2138 - check variant vs uncasted for '0'::integer > NULL::numeric(2,1) ok 2139 - check variant vs uncasted for '0'::integer > '-1'::real ok 2140 - check variant vs uncasted for '0'::integer > '0'::real ok 2141 - check variant vs uncasted for '0'::integer > '1'::real ok 2142 - check variant vs uncasted for '0'::integer > NULL::real ok 2143 - check variant vs uncasted for '0'::integer > '-1'::smallint ok 2144 - check variant vs uncasted for '0'::integer > '0'::smallint ok 2145 - check variant vs uncasted for '0'::integer > '1'::smallint ok 2146 - check variant vs uncasted for '0'::integer > NULL::smallint ok 2147 - check variant vs uncasted for '0'::numeric > '-1'::bigint ok 2148 - check variant vs uncasted for '0'::numeric > '0'::bigint ok 2149 - check variant vs uncasted for '0'::numeric > '1'::bigint ok 2150 - check variant vs uncasted for '0'::numeric > NULL::bigint ok 2151 - check variant vs uncasted for '0'::numeric > '-1'::float ok 2152 - check variant vs uncasted for '0'::numeric > '0'::float ok 2153 - check variant vs uncasted for '0'::numeric > '1'::float ok 2154 - check variant vs uncasted for '0'::numeric > NULL::float ok 2155 - check variant vs uncasted for '0'::numeric > '-1'::integer ok 2156 - check variant vs uncasted for '0'::numeric > '0'::integer ok 2157 - check variant vs uncasted for '0'::numeric > '1'::integer ok 2158 - check variant vs uncasted for '0'::numeric > NULL::integer ok 2159 - check variant vs uncasted for '0'::numeric > '-1'::numeric ok 2160 - check variant vs uncasted for '0'::numeric > '0'::numeric ok 2161 - check variant vs uncasted for '0'::numeric > '1'::numeric ok 2162 - check variant vs uncasted for '0'::numeric > NULL::numeric ok 2163 - check variant vs uncasted for '0'::numeric > '-1'::numeric(2,1) ok 2164 - check variant vs uncasted for '0'::numeric > '0'::numeric(2,1) ok 2165 - check variant vs uncasted for '0'::numeric > '1'::numeric(2,1) ok 2166 - check variant vs uncasted for '0'::numeric > NULL::numeric(2,1) ok 2167 - check variant vs uncasted for '0'::numeric > '-1'::real ok 2168 - check variant vs uncasted for '0'::numeric > '0'::real ok 2169 - check variant vs uncasted for '0'::numeric > '1'::real ok 2170 - check variant vs uncasted for '0'::numeric > NULL::real ok 2171 - check variant vs uncasted for '0'::numeric > '-1'::smallint ok 2172 - check variant vs uncasted for '0'::numeric > '0'::smallint ok 2173 - check variant vs uncasted for '0'::numeric > '1'::smallint ok 2174 - check variant vs uncasted for '0'::numeric > NULL::smallint ok 2175 - check variant vs uncasted for '0'::numeric(2,1) > '-1'::bigint ok 2176 - check variant vs uncasted for '0'::numeric(2,1) > '0'::bigint ok 2177 - check variant vs uncasted for '0'::numeric(2,1) > '1'::bigint ok 2178 - check variant vs uncasted for '0'::numeric(2,1) > NULL::bigint ok 2179 - check variant vs uncasted for '0'::numeric(2,1) > '-1'::float ok 2180 - check variant vs uncasted for '0'::numeric(2,1) > '0'::float ok 2181 - check variant vs uncasted for '0'::numeric(2,1) > '1'::float ok 2182 - check variant vs uncasted for '0'::numeric(2,1) > NULL::float ok 2183 - check variant vs uncasted for '0'::numeric(2,1) > '-1'::integer ok 2184 - check variant vs uncasted for '0'::numeric(2,1) > '0'::integer ok 2185 - check variant vs uncasted for '0'::numeric(2,1) > '1'::integer ok 2186 - check variant vs uncasted for '0'::numeric(2,1) > NULL::integer ok 2187 - check variant vs uncasted for '0'::numeric(2,1) > '-1'::numeric ok 2188 - check variant vs uncasted for '0'::numeric(2,1) > '0'::numeric ok 2189 - check variant vs uncasted for '0'::numeric(2,1) > '1'::numeric ok 2190 - check variant vs uncasted for '0'::numeric(2,1) > NULL::numeric ok 2191 - check variant vs uncasted for '0'::numeric(2,1) > '-1'::numeric(2,1) ok 2192 - check variant vs uncasted for '0'::numeric(2,1) > '0'::numeric(2,1) ok 2193 - check variant vs uncasted for '0'::numeric(2,1) > '1'::numeric(2,1) ok 2194 - check variant vs uncasted for '0'::numeric(2,1) > NULL::numeric(2,1) ok 2195 - check variant vs uncasted for '0'::numeric(2,1) > '-1'::real ok 2196 - check variant vs uncasted for '0'::numeric(2,1) > '0'::real ok 2197 - check variant vs uncasted for '0'::numeric(2,1) > '1'::real ok 2198 - check variant vs uncasted for '0'::numeric(2,1) > NULL::real ok 2199 - check variant vs uncasted for '0'::numeric(2,1) > '-1'::smallint ok 2200 - check variant vs uncasted for '0'::numeric(2,1) > '0'::smallint ok 2201 - check variant vs uncasted for '0'::numeric(2,1) > '1'::smallint ok 2202 - check variant vs uncasted for '0'::numeric(2,1) > NULL::smallint ok 2203 - check variant vs uncasted for '0'::real > '-1'::bigint ok 2204 - check variant vs uncasted for '0'::real > '0'::bigint ok 2205 - check variant vs uncasted for '0'::real > '1'::bigint ok 2206 - check variant vs uncasted for '0'::real > NULL::bigint ok 2207 - check variant vs uncasted for '0'::real > '-1'::float ok 2208 - check variant vs uncasted for '0'::real > '0'::float ok 2209 - check variant vs uncasted for '0'::real > '1'::float ok 2210 - check variant vs uncasted for '0'::real > NULL::float ok 2211 - check variant vs uncasted for '0'::real > '-1'::integer ok 2212 - check variant vs uncasted for '0'::real > '0'::integer ok 2213 - check variant vs uncasted for '0'::real > '1'::integer ok 2214 - check variant vs uncasted for '0'::real > NULL::integer ok 2215 - check variant vs uncasted for '0'::real > '-1'::numeric ok 2216 - check variant vs uncasted for '0'::real > '0'::numeric ok 2217 - check variant vs uncasted for '0'::real > '1'::numeric ok 2218 - check variant vs uncasted for '0'::real > NULL::numeric ok 2219 - check variant vs uncasted for '0'::real > '-1'::numeric(2,1) ok 2220 - check variant vs uncasted for '0'::real > '0'::numeric(2,1) ok 2221 - check variant vs uncasted for '0'::real > '1'::numeric(2,1) ok 2222 - check variant vs uncasted for '0'::real > NULL::numeric(2,1) ok 2223 - check variant vs uncasted for '0'::real > '-1'::real ok 2224 - check variant vs uncasted for '0'::real > '0'::real ok 2225 - check variant vs uncasted for '0'::real > '1'::real ok 2226 - check variant vs uncasted for '0'::real > NULL::real ok 2227 - check variant vs uncasted for '0'::real > '-1'::smallint ok 2228 - check variant vs uncasted for '0'::real > '0'::smallint ok 2229 - check variant vs uncasted for '0'::real > '1'::smallint ok 2230 - check variant vs uncasted for '0'::real > NULL::smallint ok 2231 - check variant vs uncasted for '0'::smallint > '-1'::bigint ok 2232 - check variant vs uncasted for '0'::smallint > '0'::bigint ok 2233 - check variant vs uncasted for '0'::smallint > '1'::bigint ok 2234 - check variant vs uncasted for '0'::smallint > NULL::bigint ok 2235 - check variant vs uncasted for '0'::smallint > '-1'::float ok 2236 - check variant vs uncasted for '0'::smallint > '0'::float ok 2237 - check variant vs uncasted for '0'::smallint > '1'::float ok 2238 - check variant vs uncasted for '0'::smallint > NULL::float ok 2239 - check variant vs uncasted for '0'::smallint > '-1'::integer ok 2240 - check variant vs uncasted for '0'::smallint > '0'::integer ok 2241 - check variant vs uncasted for '0'::smallint > '1'::integer ok 2242 - check variant vs uncasted for '0'::smallint > NULL::integer ok 2243 - check variant vs uncasted for '0'::smallint > '-1'::numeric ok 2244 - check variant vs uncasted for '0'::smallint > '0'::numeric ok 2245 - check variant vs uncasted for '0'::smallint > '1'::numeric ok 2246 - check variant vs uncasted for '0'::smallint > NULL::numeric ok 2247 - check variant vs uncasted for '0'::smallint > '-1'::numeric(2,1) ok 2248 - check variant vs uncasted for '0'::smallint > '0'::numeric(2,1) ok 2249 - check variant vs uncasted for '0'::smallint > '1'::numeric(2,1) ok 2250 - check variant vs uncasted for '0'::smallint > NULL::numeric(2,1) ok 2251 - check variant vs uncasted for '0'::smallint > '-1'::real ok 2252 - check variant vs uncasted for '0'::smallint > '0'::real ok 2253 - check variant vs uncasted for '0'::smallint > '1'::real ok 2254 - check variant vs uncasted for '0'::smallint > NULL::real ok 2255 - check variant vs uncasted for '0'::smallint > '-1'::smallint ok 2256 - check variant vs uncasted for '0'::smallint > '0'::smallint ok 2257 - check variant vs uncasted for '0'::smallint > '1'::smallint ok 2258 - check variant vs uncasted for '0'::smallint > NULL::smallint ok 2259 - check variant vs uncasted for '0'::bigint != '-1'::bigint ok 2260 - check variant vs uncasted for '0'::bigint != '0'::bigint ok 2261 - check variant vs uncasted for '0'::bigint != '1'::bigint ok 2262 - check variant vs uncasted for '0'::bigint != NULL::bigint ok 2263 - check variant vs uncasted for '0'::bigint != '-1'::float ok 2264 - check variant vs uncasted for '0'::bigint != '0'::float ok 2265 - check variant vs uncasted for '0'::bigint != '1'::float ok 2266 - check variant vs uncasted for '0'::bigint != NULL::float ok 2267 - check variant vs uncasted for '0'::bigint != '-1'::integer ok 2268 - check variant vs uncasted for '0'::bigint != '0'::integer ok 2269 - check variant vs uncasted for '0'::bigint != '1'::integer ok 2270 - check variant vs uncasted for '0'::bigint != NULL::integer ok 2271 - check variant vs uncasted for '0'::bigint != '-1'::numeric ok 2272 - check variant vs uncasted for '0'::bigint != '0'::numeric ok 2273 - check variant vs uncasted for '0'::bigint != '1'::numeric ok 2274 - check variant vs uncasted for '0'::bigint != NULL::numeric ok 2275 - check variant vs uncasted for '0'::bigint != '-1'::numeric(2,1) ok 2276 - check variant vs uncasted for '0'::bigint != '0'::numeric(2,1) ok 2277 - check variant vs uncasted for '0'::bigint != '1'::numeric(2,1) ok 2278 - check variant vs uncasted for '0'::bigint != NULL::numeric(2,1) ok 2279 - check variant vs uncasted for '0'::bigint != '-1'::real ok 2280 - check variant vs uncasted for '0'::bigint != '0'::real ok 2281 - check variant vs uncasted for '0'::bigint != '1'::real ok 2282 - check variant vs uncasted for '0'::bigint != NULL::real ok 2283 - check variant vs uncasted for '0'::bigint != '-1'::smallint ok 2284 - check variant vs uncasted for '0'::bigint != '0'::smallint ok 2285 - check variant vs uncasted for '0'::bigint != '1'::smallint ok 2286 - check variant vs uncasted for '0'::bigint != NULL::smallint ok 2287 - check variant vs uncasted for '0'::float != '-1'::bigint ok 2288 - check variant vs uncasted for '0'::float != '0'::bigint ok 2289 - check variant vs uncasted for '0'::float != '1'::bigint ok 2290 - check variant vs uncasted for '0'::float != NULL::bigint ok 2291 - check variant vs uncasted for '0'::float != '-1'::float ok 2292 - check variant vs uncasted for '0'::float != '0'::float ok 2293 - check variant vs uncasted for '0'::float != '1'::float ok 2294 - check variant vs uncasted for '0'::float != NULL::float ok 2295 - check variant vs uncasted for '0'::float != '-1'::integer ok 2296 - check variant vs uncasted for '0'::float != '0'::integer ok 2297 - check variant vs uncasted for '0'::float != '1'::integer ok 2298 - check variant vs uncasted for '0'::float != NULL::integer ok 2299 - check variant vs uncasted for '0'::float != '-1'::numeric ok 2300 - check variant vs uncasted for '0'::float != '0'::numeric ok 2301 - check variant vs uncasted for '0'::float != '1'::numeric ok 2302 - check variant vs uncasted for '0'::float != NULL::numeric ok 2303 - check variant vs uncasted for '0'::float != '-1'::numeric(2,1) ok 2304 - check variant vs uncasted for '0'::float != '0'::numeric(2,1) ok 2305 - check variant vs uncasted for '0'::float != '1'::numeric(2,1) ok 2306 - check variant vs uncasted for '0'::float != NULL::numeric(2,1) ok 2307 - check variant vs uncasted for '0'::float != '-1'::real ok 2308 - check variant vs uncasted for '0'::float != '0'::real ok 2309 - check variant vs uncasted for '0'::float != '1'::real ok 2310 - check variant vs uncasted for '0'::float != NULL::real ok 2311 - check variant vs uncasted for '0'::float != '-1'::smallint ok 2312 - check variant vs uncasted for '0'::float != '0'::smallint ok 2313 - check variant vs uncasted for '0'::float != '1'::smallint ok 2314 - check variant vs uncasted for '0'::float != NULL::smallint ok 2315 - check variant vs uncasted for '0'::integer != '-1'::bigint ok 2316 - check variant vs uncasted for '0'::integer != '0'::bigint ok 2317 - check variant vs uncasted for '0'::integer != '1'::bigint ok 2318 - check variant vs uncasted for '0'::integer != NULL::bigint ok 2319 - check variant vs uncasted for '0'::integer != '-1'::float ok 2320 - check variant vs uncasted for '0'::integer != '0'::float ok 2321 - check variant vs uncasted for '0'::integer != '1'::float ok 2322 - check variant vs uncasted for '0'::integer != NULL::float ok 2323 - check variant vs uncasted for '0'::integer != '-1'::integer ok 2324 - check variant vs uncasted for '0'::integer != '0'::integer ok 2325 - check variant vs uncasted for '0'::integer != '1'::integer ok 2326 - check variant vs uncasted for '0'::integer != NULL::integer ok 2327 - check variant vs uncasted for '0'::integer != '-1'::numeric ok 2328 - check variant vs uncasted for '0'::integer != '0'::numeric ok 2329 - check variant vs uncasted for '0'::integer != '1'::numeric ok 2330 - check variant vs uncasted for '0'::integer != NULL::numeric ok 2331 - check variant vs uncasted for '0'::integer != '-1'::numeric(2,1) ok 2332 - check variant vs uncasted for '0'::integer != '0'::numeric(2,1) ok 2333 - check variant vs uncasted for '0'::integer != '1'::numeric(2,1) ok 2334 - check variant vs uncasted for '0'::integer != NULL::numeric(2,1) ok 2335 - check variant vs uncasted for '0'::integer != '-1'::real ok 2336 - check variant vs uncasted for '0'::integer != '0'::real ok 2337 - check variant vs uncasted for '0'::integer != '1'::real ok 2338 - check variant vs uncasted for '0'::integer != NULL::real ok 2339 - check variant vs uncasted for '0'::integer != '-1'::smallint ok 2340 - check variant vs uncasted for '0'::integer != '0'::smallint ok 2341 - check variant vs uncasted for '0'::integer != '1'::smallint ok 2342 - check variant vs uncasted for '0'::integer != NULL::smallint ok 2343 - check variant vs uncasted for '0'::numeric != '-1'::bigint ok 2344 - check variant vs uncasted for '0'::numeric != '0'::bigint ok 2345 - check variant vs uncasted for '0'::numeric != '1'::bigint ok 2346 - check variant vs uncasted for '0'::numeric != NULL::bigint ok 2347 - check variant vs uncasted for '0'::numeric != '-1'::float ok 2348 - check variant vs uncasted for '0'::numeric != '0'::float ok 2349 - check variant vs uncasted for '0'::numeric != '1'::float ok 2350 - check variant vs uncasted for '0'::numeric != NULL::float ok 2351 - check variant vs uncasted for '0'::numeric != '-1'::integer ok 2352 - check variant vs uncasted for '0'::numeric != '0'::integer ok 2353 - check variant vs uncasted for '0'::numeric != '1'::integer ok 2354 - check variant vs uncasted for '0'::numeric != NULL::integer ok 2355 - check variant vs uncasted for '0'::numeric != '-1'::numeric ok 2356 - check variant vs uncasted for '0'::numeric != '0'::numeric ok 2357 - check variant vs uncasted for '0'::numeric != '1'::numeric ok 2358 - check variant vs uncasted for '0'::numeric != NULL::numeric ok 2359 - check variant vs uncasted for '0'::numeric != '-1'::numeric(2,1) ok 2360 - check variant vs uncasted for '0'::numeric != '0'::numeric(2,1) ok 2361 - check variant vs uncasted for '0'::numeric != '1'::numeric(2,1) ok 2362 - check variant vs uncasted for '0'::numeric != NULL::numeric(2,1) ok 2363 - check variant vs uncasted for '0'::numeric != '-1'::real ok 2364 - check variant vs uncasted for '0'::numeric != '0'::real ok 2365 - check variant vs uncasted for '0'::numeric != '1'::real ok 2366 - check variant vs uncasted for '0'::numeric != NULL::real ok 2367 - check variant vs uncasted for '0'::numeric != '-1'::smallint ok 2368 - check variant vs uncasted for '0'::numeric != '0'::smallint ok 2369 - check variant vs uncasted for '0'::numeric != '1'::smallint ok 2370 - check variant vs uncasted for '0'::numeric != NULL::smallint ok 2371 - check variant vs uncasted for '0'::numeric(2,1) != '-1'::bigint ok 2372 - check variant vs uncasted for '0'::numeric(2,1) != '0'::bigint ok 2373 - check variant vs uncasted for '0'::numeric(2,1) != '1'::bigint ok 2374 - check variant vs uncasted for '0'::numeric(2,1) != NULL::bigint ok 2375 - check variant vs uncasted for '0'::numeric(2,1) != '-1'::float ok 2376 - check variant vs uncasted for '0'::numeric(2,1) != '0'::float ok 2377 - check variant vs uncasted for '0'::numeric(2,1) != '1'::float ok 2378 - check variant vs uncasted for '0'::numeric(2,1) != NULL::float ok 2379 - check variant vs uncasted for '0'::numeric(2,1) != '-1'::integer ok 2380 - check variant vs uncasted for '0'::numeric(2,1) != '0'::integer ok 2381 - check variant vs uncasted for '0'::numeric(2,1) != '1'::integer ok 2382 - check variant vs uncasted for '0'::numeric(2,1) != NULL::integer ok 2383 - check variant vs uncasted for '0'::numeric(2,1) != '-1'::numeric ok 2384 - check variant vs uncasted for '0'::numeric(2,1) != '0'::numeric ok 2385 - check variant vs uncasted for '0'::numeric(2,1) != '1'::numeric ok 2386 - check variant vs uncasted for '0'::numeric(2,1) != NULL::numeric ok 2387 - check variant vs uncasted for '0'::numeric(2,1) != '-1'::numeric(2,1) ok 2388 - check variant vs uncasted for '0'::numeric(2,1) != '0'::numeric(2,1) ok 2389 - check variant vs uncasted for '0'::numeric(2,1) != '1'::numeric(2,1) ok 2390 - check variant vs uncasted for '0'::numeric(2,1) != NULL::numeric(2,1) ok 2391 - check variant vs uncasted for '0'::numeric(2,1) != '-1'::real ok 2392 - check variant vs uncasted for '0'::numeric(2,1) != '0'::real ok 2393 - check variant vs uncasted for '0'::numeric(2,1) != '1'::real ok 2394 - check variant vs uncasted for '0'::numeric(2,1) != NULL::real ok 2395 - check variant vs uncasted for '0'::numeric(2,1) != '-1'::smallint ok 2396 - check variant vs uncasted for '0'::numeric(2,1) != '0'::smallint ok 2397 - check variant vs uncasted for '0'::numeric(2,1) != '1'::smallint ok 2398 - check variant vs uncasted for '0'::numeric(2,1) != NULL::smallint ok 2399 - check variant vs uncasted for '0'::real != '-1'::bigint ok 2400 - check variant vs uncasted for '0'::real != '0'::bigint ok 2401 - check variant vs uncasted for '0'::real != '1'::bigint ok 2402 - check variant vs uncasted for '0'::real != NULL::bigint ok 2403 - check variant vs uncasted for '0'::real != '-1'::float ok 2404 - check variant vs uncasted for '0'::real != '0'::float ok 2405 - check variant vs uncasted for '0'::real != '1'::float ok 2406 - check variant vs uncasted for '0'::real != NULL::float ok 2407 - check variant vs uncasted for '0'::real != '-1'::integer ok 2408 - check variant vs uncasted for '0'::real != '0'::integer ok 2409 - check variant vs uncasted for '0'::real != '1'::integer ok 2410 - check variant vs uncasted for '0'::real != NULL::integer ok 2411 - check variant vs uncasted for '0'::real != '-1'::numeric ok 2412 - check variant vs uncasted for '0'::real != '0'::numeric ok 2413 - check variant vs uncasted for '0'::real != '1'::numeric ok 2414 - check variant vs uncasted for '0'::real != NULL::numeric ok 2415 - check variant vs uncasted for '0'::real != '-1'::numeric(2,1) ok 2416 - check variant vs uncasted for '0'::real != '0'::numeric(2,1) ok 2417 - check variant vs uncasted for '0'::real != '1'::numeric(2,1) ok 2418 - check variant vs uncasted for '0'::real != NULL::numeric(2,1) ok 2419 - check variant vs uncasted for '0'::real != '-1'::real ok 2420 - check variant vs uncasted for '0'::real != '0'::real ok 2421 - check variant vs uncasted for '0'::real != '1'::real ok 2422 - check variant vs uncasted for '0'::real != NULL::real ok 2423 - check variant vs uncasted for '0'::real != '-1'::smallint ok 2424 - check variant vs uncasted for '0'::real != '0'::smallint ok 2425 - check variant vs uncasted for '0'::real != '1'::smallint ok 2426 - check variant vs uncasted for '0'::real != NULL::smallint ok 2427 - check variant vs uncasted for '0'::smallint != '-1'::bigint ok 2428 - check variant vs uncasted for '0'::smallint != '0'::bigint ok 2429 - check variant vs uncasted for '0'::smallint != '1'::bigint ok 2430 - check variant vs uncasted for '0'::smallint != NULL::bigint ok 2431 - check variant vs uncasted for '0'::smallint != '-1'::float ok 2432 - check variant vs uncasted for '0'::smallint != '0'::float ok 2433 - check variant vs uncasted for '0'::smallint != '1'::float ok 2434 - check variant vs uncasted for '0'::smallint != NULL::float ok 2435 - check variant vs uncasted for '0'::smallint != '-1'::integer ok 2436 - check variant vs uncasted for '0'::smallint != '0'::integer ok 2437 - check variant vs uncasted for '0'::smallint != '1'::integer ok 2438 - check variant vs uncasted for '0'::smallint != NULL::integer ok 2439 - check variant vs uncasted for '0'::smallint != '-1'::numeric ok 2440 - check variant vs uncasted for '0'::smallint != '0'::numeric ok 2441 - check variant vs uncasted for '0'::smallint != '1'::numeric ok 2442 - check variant vs uncasted for '0'::smallint != NULL::numeric ok 2443 - check variant vs uncasted for '0'::smallint != '-1'::numeric(2,1) ok 2444 - check variant vs uncasted for '0'::smallint != '0'::numeric(2,1) ok 2445 - check variant vs uncasted for '0'::smallint != '1'::numeric(2,1) ok 2446 - check variant vs uncasted for '0'::smallint != NULL::numeric(2,1) ok 2447 - check variant vs uncasted for '0'::smallint != '-1'::real ok 2448 - check variant vs uncasted for '0'::smallint != '0'::real ok 2449 - check variant vs uncasted for '0'::smallint != '1'::real ok 2450 - check variant vs uncasted for '0'::smallint != NULL::real ok 2451 - check variant vs uncasted for '0'::smallint != '-1'::smallint ok 2452 - check variant vs uncasted for '0'::smallint != '0'::smallint ok 2453 - check variant vs uncasted for '0'::smallint != '1'::smallint ok 2454 - check variant vs uncasted for '0'::smallint != NULL::smallint ok 2455 - check variant vs casted for '''0''::bigint' < '''-1''::bigint' ok 2456 - check variant vs casted for '''0''::bigint' < '''0''::bigint' ok 2457 - check variant vs casted for '''0''::bigint' < '''1''::bigint' ok 2458 - check variant vs casted for '''0''::bigint' < 'NULL::bigint' ok 2459 - check variant vs casted for '''0''::bigint' < '''-1''::float' ok 2460 - check variant vs casted for '''0''::bigint' < '''0''::float' ok 2461 - check variant vs casted for '''0''::bigint' < '''1''::float' ok 2462 - check variant vs casted for '''0''::bigint' < 'NULL::float' ok 2463 - check variant vs casted for '''0''::bigint' < '''-1''::integer' ok 2464 - check variant vs casted for '''0''::bigint' < '''0''::integer' ok 2465 - check variant vs casted for '''0''::bigint' < '''1''::integer' ok 2466 - check variant vs casted for '''0''::bigint' < 'NULL::integer' ok 2467 - check variant vs casted for '''0''::bigint' < '''-1''::numeric' ok 2468 - check variant vs casted for '''0''::bigint' < '''0''::numeric' ok 2469 - check variant vs casted for '''0''::bigint' < '''1''::numeric' ok 2470 - check variant vs casted for '''0''::bigint' < 'NULL::numeric' ok 2471 - check variant vs casted for '''0''::bigint' < '''-1''::numeric(2,1)' ok 2472 - check variant vs casted for '''0''::bigint' < '''0''::numeric(2,1)' ok 2473 - check variant vs casted for '''0''::bigint' < '''1''::numeric(2,1)' ok 2474 - check variant vs casted for '''0''::bigint' < 'NULL::numeric(2,1)' ok 2475 - check variant vs casted for '''0''::bigint' < '''-1''::real' ok 2476 - check variant vs casted for '''0''::bigint' < '''0''::real' ok 2477 - check variant vs casted for '''0''::bigint' < '''1''::real' ok 2478 - check variant vs casted for '''0''::bigint' < 'NULL::real' ok 2479 - check variant vs casted for '''0''::bigint' < '''-1''::smallint' ok 2480 - check variant vs casted for '''0''::bigint' < '''0''::smallint' ok 2481 - check variant vs casted for '''0''::bigint' < '''1''::smallint' ok 2482 - check variant vs casted for '''0''::bigint' < 'NULL::smallint' ok 2483 - check variant vs casted for '''0''::float' < '''-1''::bigint' ok 2484 - check variant vs casted for '''0''::float' < '''0''::bigint' ok 2485 - check variant vs casted for '''0''::float' < '''1''::bigint' ok 2486 - check variant vs casted for '''0''::float' < 'NULL::bigint' ok 2487 - check variant vs casted for '''0''::float' < '''-1''::float' ok 2488 - check variant vs casted for '''0''::float' < '''0''::float' ok 2489 - check variant vs casted for '''0''::float' < '''1''::float' ok 2490 - check variant vs casted for '''0''::float' < 'NULL::float' ok 2491 - check variant vs casted for '''0''::float' < '''-1''::integer' ok 2492 - check variant vs casted for '''0''::float' < '''0''::integer' ok 2493 - check variant vs casted for '''0''::float' < '''1''::integer' ok 2494 - check variant vs casted for '''0''::float' < 'NULL::integer' ok 2495 - check variant vs casted for '''0''::float' < '''-1''::numeric' ok 2496 - check variant vs casted for '''0''::float' < '''0''::numeric' ok 2497 - check variant vs casted for '''0''::float' < '''1''::numeric' ok 2498 - check variant vs casted for '''0''::float' < 'NULL::numeric' ok 2499 - check variant vs casted for '''0''::float' < '''-1''::numeric(2,1)' ok 2500 - check variant vs casted for '''0''::float' < '''0''::numeric(2,1)' ok 2501 - check variant vs casted for '''0''::float' < '''1''::numeric(2,1)' ok 2502 - check variant vs casted for '''0''::float' < 'NULL::numeric(2,1)' ok 2503 - check variant vs casted for '''0''::float' < '''-1''::real' ok 2504 - check variant vs casted for '''0''::float' < '''0''::real' ok 2505 - check variant vs casted for '''0''::float' < '''1''::real' ok 2506 - check variant vs casted for '''0''::float' < 'NULL::real' ok 2507 - check variant vs casted for '''0''::float' < '''-1''::smallint' ok 2508 - check variant vs casted for '''0''::float' < '''0''::smallint' ok 2509 - check variant vs casted for '''0''::float' < '''1''::smallint' ok 2510 - check variant vs casted for '''0''::float' < 'NULL::smallint' ok 2511 - check variant vs casted for '''0''::integer' < '''-1''::bigint' ok 2512 - check variant vs casted for '''0''::integer' < '''0''::bigint' ok 2513 - check variant vs casted for '''0''::integer' < '''1''::bigint' ok 2514 - check variant vs casted for '''0''::integer' < 'NULL::bigint' ok 2515 - check variant vs casted for '''0''::integer' < '''-1''::float' ok 2516 - check variant vs casted for '''0''::integer' < '''0''::float' ok 2517 - check variant vs casted for '''0''::integer' < '''1''::float' ok 2518 - check variant vs casted for '''0''::integer' < 'NULL::float' ok 2519 - check variant vs casted for '''0''::integer' < '''-1''::integer' ok 2520 - check variant vs casted for '''0''::integer' < '''0''::integer' ok 2521 - check variant vs casted for '''0''::integer' < '''1''::integer' ok 2522 - check variant vs casted for '''0''::integer' < 'NULL::integer' ok 2523 - check variant vs casted for '''0''::integer' < '''-1''::numeric' ok 2524 - check variant vs casted for '''0''::integer' < '''0''::numeric' ok 2525 - check variant vs casted for '''0''::integer' < '''1''::numeric' ok 2526 - check variant vs casted for '''0''::integer' < 'NULL::numeric' ok 2527 - check variant vs casted for '''0''::integer' < '''-1''::numeric(2,1)' ok 2528 - check variant vs casted for '''0''::integer' < '''0''::numeric(2,1)' ok 2529 - check variant vs casted for '''0''::integer' < '''1''::numeric(2,1)' ok 2530 - check variant vs casted for '''0''::integer' < 'NULL::numeric(2,1)' ok 2531 - check variant vs casted for '''0''::integer' < '''-1''::real' ok 2532 - check variant vs casted for '''0''::integer' < '''0''::real' ok 2533 - check variant vs casted for '''0''::integer' < '''1''::real' ok 2534 - check variant vs casted for '''0''::integer' < 'NULL::real' ok 2535 - check variant vs casted for '''0''::integer' < '''-1''::smallint' ok 2536 - check variant vs casted for '''0''::integer' < '''0''::smallint' ok 2537 - check variant vs casted for '''0''::integer' < '''1''::smallint' ok 2538 - check variant vs casted for '''0''::integer' < 'NULL::smallint' ok 2539 - check variant vs casted for '''0''::numeric' < '''-1''::bigint' ok 2540 - check variant vs casted for '''0''::numeric' < '''0''::bigint' ok 2541 - check variant vs casted for '''0''::numeric' < '''1''::bigint' ok 2542 - check variant vs casted for '''0''::numeric' < 'NULL::bigint' ok 2543 - check variant vs casted for '''0''::numeric' < '''-1''::float' ok 2544 - check variant vs casted for '''0''::numeric' < '''0''::float' ok 2545 - check variant vs casted for '''0''::numeric' < '''1''::float' ok 2546 - check variant vs casted for '''0''::numeric' < 'NULL::float' ok 2547 - check variant vs casted for '''0''::numeric' < '''-1''::integer' ok 2548 - check variant vs casted for '''0''::numeric' < '''0''::integer' ok 2549 - check variant vs casted for '''0''::numeric' < '''1''::integer' ok 2550 - check variant vs casted for '''0''::numeric' < 'NULL::integer' ok 2551 - check variant vs casted for '''0''::numeric' < '''-1''::numeric' ok 2552 - check variant vs casted for '''0''::numeric' < '''0''::numeric' ok 2553 - check variant vs casted for '''0''::numeric' < '''1''::numeric' ok 2554 - check variant vs casted for '''0''::numeric' < 'NULL::numeric' ok 2555 - check variant vs casted for '''0''::numeric' < '''-1''::numeric(2,1)' ok 2556 - check variant vs casted for '''0''::numeric' < '''0''::numeric(2,1)' ok 2557 - check variant vs casted for '''0''::numeric' < '''1''::numeric(2,1)' ok 2558 - check variant vs casted for '''0''::numeric' < 'NULL::numeric(2,1)' ok 2559 - check variant vs casted for '''0''::numeric' < '''-1''::real' ok 2560 - check variant vs casted for '''0''::numeric' < '''0''::real' ok 2561 - check variant vs casted for '''0''::numeric' < '''1''::real' ok 2562 - check variant vs casted for '''0''::numeric' < 'NULL::real' ok 2563 - check variant vs casted for '''0''::numeric' < '''-1''::smallint' ok 2564 - check variant vs casted for '''0''::numeric' < '''0''::smallint' ok 2565 - check variant vs casted for '''0''::numeric' < '''1''::smallint' ok 2566 - check variant vs casted for '''0''::numeric' < 'NULL::smallint' ok 2567 - check variant vs casted for '''0''::numeric(2,1)' < '''-1''::bigint' ok 2568 - check variant vs casted for '''0''::numeric(2,1)' < '''0''::bigint' ok 2569 - check variant vs casted for '''0''::numeric(2,1)' < '''1''::bigint' ok 2570 - check variant vs casted for '''0''::numeric(2,1)' < 'NULL::bigint' ok 2571 - check variant vs casted for '''0''::numeric(2,1)' < '''-1''::float' ok 2572 - check variant vs casted for '''0''::numeric(2,1)' < '''0''::float' ok 2573 - check variant vs casted for '''0''::numeric(2,1)' < '''1''::float' ok 2574 - check variant vs casted for '''0''::numeric(2,1)' < 'NULL::float' ok 2575 - check variant vs casted for '''0''::numeric(2,1)' < '''-1''::integer' ok 2576 - check variant vs casted for '''0''::numeric(2,1)' < '''0''::integer' ok 2577 - check variant vs casted for '''0''::numeric(2,1)' < '''1''::integer' ok 2578 - check variant vs casted for '''0''::numeric(2,1)' < 'NULL::integer' ok 2579 - check variant vs casted for '''0''::numeric(2,1)' < '''-1''::numeric' ok 2580 - check variant vs casted for '''0''::numeric(2,1)' < '''0''::numeric' ok 2581 - check variant vs casted for '''0''::numeric(2,1)' < '''1''::numeric' ok 2582 - check variant vs casted for '''0''::numeric(2,1)' < 'NULL::numeric' ok 2583 - check variant vs casted for '''0''::numeric(2,1)' < '''-1''::numeric(2,1)' ok 2584 - check variant vs casted for '''0''::numeric(2,1)' < '''0''::numeric(2,1)' ok 2585 - check variant vs casted for '''0''::numeric(2,1)' < '''1''::numeric(2,1)' ok 2586 - check variant vs casted for '''0''::numeric(2,1)' < 'NULL::numeric(2,1)' ok 2587 - check variant vs casted for '''0''::numeric(2,1)' < '''-1''::real' ok 2588 - check variant vs casted for '''0''::numeric(2,1)' < '''0''::real' ok 2589 - check variant vs casted for '''0''::numeric(2,1)' < '''1''::real' ok 2590 - check variant vs casted for '''0''::numeric(2,1)' < 'NULL::real' ok 2591 - check variant vs casted for '''0''::numeric(2,1)' < '''-1''::smallint' ok 2592 - check variant vs casted for '''0''::numeric(2,1)' < '''0''::smallint' ok 2593 - check variant vs casted for '''0''::numeric(2,1)' < '''1''::smallint' ok 2594 - check variant vs casted for '''0''::numeric(2,1)' < 'NULL::smallint' ok 2595 - check variant vs casted for '''0''::real' < '''-1''::bigint' ok 2596 - check variant vs casted for '''0''::real' < '''0''::bigint' ok 2597 - check variant vs casted for '''0''::real' < '''1''::bigint' ok 2598 - check variant vs casted for '''0''::real' < 'NULL::bigint' ok 2599 - check variant vs casted for '''0''::real' < '''-1''::float' ok 2600 - check variant vs casted for '''0''::real' < '''0''::float' ok 2601 - check variant vs casted for '''0''::real' < '''1''::float' ok 2602 - check variant vs casted for '''0''::real' < 'NULL::float' ok 2603 - check variant vs casted for '''0''::real' < '''-1''::integer' ok 2604 - check variant vs casted for '''0''::real' < '''0''::integer' ok 2605 - check variant vs casted for '''0''::real' < '''1''::integer' ok 2606 - check variant vs casted for '''0''::real' < 'NULL::integer' ok 2607 - check variant vs casted for '''0''::real' < '''-1''::numeric' ok 2608 - check variant vs casted for '''0''::real' < '''0''::numeric' ok 2609 - check variant vs casted for '''0''::real' < '''1''::numeric' ok 2610 - check variant vs casted for '''0''::real' < 'NULL::numeric' ok 2611 - check variant vs casted for '''0''::real' < '''-1''::numeric(2,1)' ok 2612 - check variant vs casted for '''0''::real' < '''0''::numeric(2,1)' ok 2613 - check variant vs casted for '''0''::real' < '''1''::numeric(2,1)' ok 2614 - check variant vs casted for '''0''::real' < 'NULL::numeric(2,1)' ok 2615 - check variant vs casted for '''0''::real' < '''-1''::real' ok 2616 - check variant vs casted for '''0''::real' < '''0''::real' ok 2617 - check variant vs casted for '''0''::real' < '''1''::real' ok 2618 - check variant vs casted for '''0''::real' < 'NULL::real' ok 2619 - check variant vs casted for '''0''::real' < '''-1''::smallint' ok 2620 - check variant vs casted for '''0''::real' < '''0''::smallint' ok 2621 - check variant vs casted for '''0''::real' < '''1''::smallint' ok 2622 - check variant vs casted for '''0''::real' < 'NULL::smallint' ok 2623 - check variant vs casted for '''0''::smallint' < '''-1''::bigint' ok 2624 - check variant vs casted for '''0''::smallint' < '''0''::bigint' ok 2625 - check variant vs casted for '''0''::smallint' < '''1''::bigint' ok 2626 - check variant vs casted for '''0''::smallint' < 'NULL::bigint' ok 2627 - check variant vs casted for '''0''::smallint' < '''-1''::float' ok 2628 - check variant vs casted for '''0''::smallint' < '''0''::float' ok 2629 - check variant vs casted for '''0''::smallint' < '''1''::float' ok 2630 - check variant vs casted for '''0''::smallint' < 'NULL::float' ok 2631 - check variant vs casted for '''0''::smallint' < '''-1''::integer' ok 2632 - check variant vs casted for '''0''::smallint' < '''0''::integer' ok 2633 - check variant vs casted for '''0''::smallint' < '''1''::integer' ok 2634 - check variant vs casted for '''0''::smallint' < 'NULL::integer' ok 2635 - check variant vs casted for '''0''::smallint' < '''-1''::numeric' ok 2636 - check variant vs casted for '''0''::smallint' < '''0''::numeric' ok 2637 - check variant vs casted for '''0''::smallint' < '''1''::numeric' ok 2638 - check variant vs casted for '''0''::smallint' < 'NULL::numeric' ok 2639 - check variant vs casted for '''0''::smallint' < '''-1''::numeric(2,1)' ok 2640 - check variant vs casted for '''0''::smallint' < '''0''::numeric(2,1)' ok 2641 - check variant vs casted for '''0''::smallint' < '''1''::numeric(2,1)' ok 2642 - check variant vs casted for '''0''::smallint' < 'NULL::numeric(2,1)' ok 2643 - check variant vs casted for '''0''::smallint' < '''-1''::real' ok 2644 - check variant vs casted for '''0''::smallint' < '''0''::real' ok 2645 - check variant vs casted for '''0''::smallint' < '''1''::real' ok 2646 - check variant vs casted for '''0''::smallint' < 'NULL::real' ok 2647 - check variant vs casted for '''0''::smallint' < '''-1''::smallint' ok 2648 - check variant vs casted for '''0''::smallint' < '''0''::smallint' ok 2649 - check variant vs casted for '''0''::smallint' < '''1''::smallint' ok 2650 - check variant vs casted for '''0''::smallint' < 'NULL::smallint' ok 2651 - check variant vs casted for '''0''::bigint' <= '''-1''::bigint' ok 2652 - check variant vs casted for '''0''::bigint' <= '''0''::bigint' ok 2653 - check variant vs casted for '''0''::bigint' <= '''1''::bigint' ok 2654 - check variant vs casted for '''0''::bigint' <= 'NULL::bigint' ok 2655 - check variant vs casted for '''0''::bigint' <= '''-1''::float' ok 2656 - check variant vs casted for '''0''::bigint' <= '''0''::float' ok 2657 - check variant vs casted for '''0''::bigint' <= '''1''::float' ok 2658 - check variant vs casted for '''0''::bigint' <= 'NULL::float' ok 2659 - check variant vs casted for '''0''::bigint' <= '''-1''::integer' ok 2660 - check variant vs casted for '''0''::bigint' <= '''0''::integer' ok 2661 - check variant vs casted for '''0''::bigint' <= '''1''::integer' ok 2662 - check variant vs casted for '''0''::bigint' <= 'NULL::integer' ok 2663 - check variant vs casted for '''0''::bigint' <= '''-1''::numeric' ok 2664 - check variant vs casted for '''0''::bigint' <= '''0''::numeric' ok 2665 - check variant vs casted for '''0''::bigint' <= '''1''::numeric' ok 2666 - check variant vs casted for '''0''::bigint' <= 'NULL::numeric' ok 2667 - check variant vs casted for '''0''::bigint' <= '''-1''::numeric(2,1)' ok 2668 - check variant vs casted for '''0''::bigint' <= '''0''::numeric(2,1)' ok 2669 - check variant vs casted for '''0''::bigint' <= '''1''::numeric(2,1)' ok 2670 - check variant vs casted for '''0''::bigint' <= 'NULL::numeric(2,1)' ok 2671 - check variant vs casted for '''0''::bigint' <= '''-1''::real' ok 2672 - check variant vs casted for '''0''::bigint' <= '''0''::real' ok 2673 - check variant vs casted for '''0''::bigint' <= '''1''::real' ok 2674 - check variant vs casted for '''0''::bigint' <= 'NULL::real' ok 2675 - check variant vs casted for '''0''::bigint' <= '''-1''::smallint' ok 2676 - check variant vs casted for '''0''::bigint' <= '''0''::smallint' ok 2677 - check variant vs casted for '''0''::bigint' <= '''1''::smallint' ok 2678 - check variant vs casted for '''0''::bigint' <= 'NULL::smallint' ok 2679 - check variant vs casted for '''0''::float' <= '''-1''::bigint' ok 2680 - check variant vs casted for '''0''::float' <= '''0''::bigint' ok 2681 - check variant vs casted for '''0''::float' <= '''1''::bigint' ok 2682 - check variant vs casted for '''0''::float' <= 'NULL::bigint' ok 2683 - check variant vs casted for '''0''::float' <= '''-1''::float' ok 2684 - check variant vs casted for '''0''::float' <= '''0''::float' ok 2685 - check variant vs casted for '''0''::float' <= '''1''::float' ok 2686 - check variant vs casted for '''0''::float' <= 'NULL::float' ok 2687 - check variant vs casted for '''0''::float' <= '''-1''::integer' ok 2688 - check variant vs casted for '''0''::float' <= '''0''::integer' ok 2689 - check variant vs casted for '''0''::float' <= '''1''::integer' ok 2690 - check variant vs casted for '''0''::float' <= 'NULL::integer' ok 2691 - check variant vs casted for '''0''::float' <= '''-1''::numeric' ok 2692 - check variant vs casted for '''0''::float' <= '''0''::numeric' ok 2693 - check variant vs casted for '''0''::float' <= '''1''::numeric' ok 2694 - check variant vs casted for '''0''::float' <= 'NULL::numeric' ok 2695 - check variant vs casted for '''0''::float' <= '''-1''::numeric(2,1)' ok 2696 - check variant vs casted for '''0''::float' <= '''0''::numeric(2,1)' ok 2697 - check variant vs casted for '''0''::float' <= '''1''::numeric(2,1)' ok 2698 - check variant vs casted for '''0''::float' <= 'NULL::numeric(2,1)' ok 2699 - check variant vs casted for '''0''::float' <= '''-1''::real' ok 2700 - check variant vs casted for '''0''::float' <= '''0''::real' ok 2701 - check variant vs casted for '''0''::float' <= '''1''::real' ok 2702 - check variant vs casted for '''0''::float' <= 'NULL::real' ok 2703 - check variant vs casted for '''0''::float' <= '''-1''::smallint' ok 2704 - check variant vs casted for '''0''::float' <= '''0''::smallint' ok 2705 - check variant vs casted for '''0''::float' <= '''1''::smallint' ok 2706 - check variant vs casted for '''0''::float' <= 'NULL::smallint' ok 2707 - check variant vs casted for '''0''::integer' <= '''-1''::bigint' ok 2708 - check variant vs casted for '''0''::integer' <= '''0''::bigint' ok 2709 - check variant vs casted for '''0''::integer' <= '''1''::bigint' ok 2710 - check variant vs casted for '''0''::integer' <= 'NULL::bigint' ok 2711 - check variant vs casted for '''0''::integer' <= '''-1''::float' ok 2712 - check variant vs casted for '''0''::integer' <= '''0''::float' ok 2713 - check variant vs casted for '''0''::integer' <= '''1''::float' ok 2714 - check variant vs casted for '''0''::integer' <= 'NULL::float' ok 2715 - check variant vs casted for '''0''::integer' <= '''-1''::integer' ok 2716 - check variant vs casted for '''0''::integer' <= '''0''::integer' ok 2717 - check variant vs casted for '''0''::integer' <= '''1''::integer' ok 2718 - check variant vs casted for '''0''::integer' <= 'NULL::integer' ok 2719 - check variant vs casted for '''0''::integer' <= '''-1''::numeric' ok 2720 - check variant vs casted for '''0''::integer' <= '''0''::numeric' ok 2721 - check variant vs casted for '''0''::integer' <= '''1''::numeric' ok 2722 - check variant vs casted for '''0''::integer' <= 'NULL::numeric' ok 2723 - check variant vs casted for '''0''::integer' <= '''-1''::numeric(2,1)' ok 2724 - check variant vs casted for '''0''::integer' <= '''0''::numeric(2,1)' ok 2725 - check variant vs casted for '''0''::integer' <= '''1''::numeric(2,1)' ok 2726 - check variant vs casted for '''0''::integer' <= 'NULL::numeric(2,1)' ok 2727 - check variant vs casted for '''0''::integer' <= '''-1''::real' ok 2728 - check variant vs casted for '''0''::integer' <= '''0''::real' ok 2729 - check variant vs casted for '''0''::integer' <= '''1''::real' ok 2730 - check variant vs casted for '''0''::integer' <= 'NULL::real' ok 2731 - check variant vs casted for '''0''::integer' <= '''-1''::smallint' ok 2732 - check variant vs casted for '''0''::integer' <= '''0''::smallint' ok 2733 - check variant vs casted for '''0''::integer' <= '''1''::smallint' ok 2734 - check variant vs casted for '''0''::integer' <= 'NULL::smallint' ok 2735 - check variant vs casted for '''0''::numeric' <= '''-1''::bigint' ok 2736 - check variant vs casted for '''0''::numeric' <= '''0''::bigint' ok 2737 - check variant vs casted for '''0''::numeric' <= '''1''::bigint' ok 2738 - check variant vs casted for '''0''::numeric' <= 'NULL::bigint' ok 2739 - check variant vs casted for '''0''::numeric' <= '''-1''::float' ok 2740 - check variant vs casted for '''0''::numeric' <= '''0''::float' ok 2741 - check variant vs casted for '''0''::numeric' <= '''1''::float' ok 2742 - check variant vs casted for '''0''::numeric' <= 'NULL::float' ok 2743 - check variant vs casted for '''0''::numeric' <= '''-1''::integer' ok 2744 - check variant vs casted for '''0''::numeric' <= '''0''::integer' ok 2745 - check variant vs casted for '''0''::numeric' <= '''1''::integer' ok 2746 - check variant vs casted for '''0''::numeric' <= 'NULL::integer' ok 2747 - check variant vs casted for '''0''::numeric' <= '''-1''::numeric' ok 2748 - check variant vs casted for '''0''::numeric' <= '''0''::numeric' ok 2749 - check variant vs casted for '''0''::numeric' <= '''1''::numeric' ok 2750 - check variant vs casted for '''0''::numeric' <= 'NULL::numeric' ok 2751 - check variant vs casted for '''0''::numeric' <= '''-1''::numeric(2,1)' ok 2752 - check variant vs casted for '''0''::numeric' <= '''0''::numeric(2,1)' ok 2753 - check variant vs casted for '''0''::numeric' <= '''1''::numeric(2,1)' ok 2754 - check variant vs casted for '''0''::numeric' <= 'NULL::numeric(2,1)' ok 2755 - check variant vs casted for '''0''::numeric' <= '''-1''::real' ok 2756 - check variant vs casted for '''0''::numeric' <= '''0''::real' ok 2757 - check variant vs casted for '''0''::numeric' <= '''1''::real' ok 2758 - check variant vs casted for '''0''::numeric' <= 'NULL::real' ok 2759 - check variant vs casted for '''0''::numeric' <= '''-1''::smallint' ok 2760 - check variant vs casted for '''0''::numeric' <= '''0''::smallint' ok 2761 - check variant vs casted for '''0''::numeric' <= '''1''::smallint' ok 2762 - check variant vs casted for '''0''::numeric' <= 'NULL::smallint' ok 2763 - check variant vs casted for '''0''::numeric(2,1)' <= '''-1''::bigint' ok 2764 - check variant vs casted for '''0''::numeric(2,1)' <= '''0''::bigint' ok 2765 - check variant vs casted for '''0''::numeric(2,1)' <= '''1''::bigint' ok 2766 - check variant vs casted for '''0''::numeric(2,1)' <= 'NULL::bigint' ok 2767 - check variant vs casted for '''0''::numeric(2,1)' <= '''-1''::float' ok 2768 - check variant vs casted for '''0''::numeric(2,1)' <= '''0''::float' ok 2769 - check variant vs casted for '''0''::numeric(2,1)' <= '''1''::float' ok 2770 - check variant vs casted for '''0''::numeric(2,1)' <= 'NULL::float' ok 2771 - check variant vs casted for '''0''::numeric(2,1)' <= '''-1''::integer' ok 2772 - check variant vs casted for '''0''::numeric(2,1)' <= '''0''::integer' ok 2773 - check variant vs casted for '''0''::numeric(2,1)' <= '''1''::integer' ok 2774 - check variant vs casted for '''0''::numeric(2,1)' <= 'NULL::integer' ok 2775 - check variant vs casted for '''0''::numeric(2,1)' <= '''-1''::numeric' ok 2776 - check variant vs casted for '''0''::numeric(2,1)' <= '''0''::numeric' ok 2777 - check variant vs casted for '''0''::numeric(2,1)' <= '''1''::numeric' ok 2778 - check variant vs casted for '''0''::numeric(2,1)' <= 'NULL::numeric' ok 2779 - check variant vs casted for '''0''::numeric(2,1)' <= '''-1''::numeric(2,1)' ok 2780 - check variant vs casted for '''0''::numeric(2,1)' <= '''0''::numeric(2,1)' ok 2781 - check variant vs casted for '''0''::numeric(2,1)' <= '''1''::numeric(2,1)' ok 2782 - check variant vs casted for '''0''::numeric(2,1)' <= 'NULL::numeric(2,1)' ok 2783 - check variant vs casted for '''0''::numeric(2,1)' <= '''-1''::real' ok 2784 - check variant vs casted for '''0''::numeric(2,1)' <= '''0''::real' ok 2785 - check variant vs casted for '''0''::numeric(2,1)' <= '''1''::real' ok 2786 - check variant vs casted for '''0''::numeric(2,1)' <= 'NULL::real' ok 2787 - check variant vs casted for '''0''::numeric(2,1)' <= '''-1''::smallint' ok 2788 - check variant vs casted for '''0''::numeric(2,1)' <= '''0''::smallint' ok 2789 - check variant vs casted for '''0''::numeric(2,1)' <= '''1''::smallint' ok 2790 - check variant vs casted for '''0''::numeric(2,1)' <= 'NULL::smallint' ok 2791 - check variant vs casted for '''0''::real' <= '''-1''::bigint' ok 2792 - check variant vs casted for '''0''::real' <= '''0''::bigint' ok 2793 - check variant vs casted for '''0''::real' <= '''1''::bigint' ok 2794 - check variant vs casted for '''0''::real' <= 'NULL::bigint' ok 2795 - check variant vs casted for '''0''::real' <= '''-1''::float' ok 2796 - check variant vs casted for '''0''::real' <= '''0''::float' ok 2797 - check variant vs casted for '''0''::real' <= '''1''::float' ok 2798 - check variant vs casted for '''0''::real' <= 'NULL::float' ok 2799 - check variant vs casted for '''0''::real' <= '''-1''::integer' ok 2800 - check variant vs casted for '''0''::real' <= '''0''::integer' ok 2801 - check variant vs casted for '''0''::real' <= '''1''::integer' ok 2802 - check variant vs casted for '''0''::real' <= 'NULL::integer' ok 2803 - check variant vs casted for '''0''::real' <= '''-1''::numeric' ok 2804 - check variant vs casted for '''0''::real' <= '''0''::numeric' ok 2805 - check variant vs casted for '''0''::real' <= '''1''::numeric' ok 2806 - check variant vs casted for '''0''::real' <= 'NULL::numeric' ok 2807 - check variant vs casted for '''0''::real' <= '''-1''::numeric(2,1)' ok 2808 - check variant vs casted for '''0''::real' <= '''0''::numeric(2,1)' ok 2809 - check variant vs casted for '''0''::real' <= '''1''::numeric(2,1)' ok 2810 - check variant vs casted for '''0''::real' <= 'NULL::numeric(2,1)' ok 2811 - check variant vs casted for '''0''::real' <= '''-1''::real' ok 2812 - check variant vs casted for '''0''::real' <= '''0''::real' ok 2813 - check variant vs casted for '''0''::real' <= '''1''::real' ok 2814 - check variant vs casted for '''0''::real' <= 'NULL::real' ok 2815 - check variant vs casted for '''0''::real' <= '''-1''::smallint' ok 2816 - check variant vs casted for '''0''::real' <= '''0''::smallint' ok 2817 - check variant vs casted for '''0''::real' <= '''1''::smallint' ok 2818 - check variant vs casted for '''0''::real' <= 'NULL::smallint' ok 2819 - check variant vs casted for '''0''::smallint' <= '''-1''::bigint' ok 2820 - check variant vs casted for '''0''::smallint' <= '''0''::bigint' ok 2821 - check variant vs casted for '''0''::smallint' <= '''1''::bigint' ok 2822 - check variant vs casted for '''0''::smallint' <= 'NULL::bigint' ok 2823 - check variant vs casted for '''0''::smallint' <= '''-1''::float' ok 2824 - check variant vs casted for '''0''::smallint' <= '''0''::float' ok 2825 - check variant vs casted for '''0''::smallint' <= '''1''::float' ok 2826 - check variant vs casted for '''0''::smallint' <= 'NULL::float' ok 2827 - check variant vs casted for '''0''::smallint' <= '''-1''::integer' ok 2828 - check variant vs casted for '''0''::smallint' <= '''0''::integer' ok 2829 - check variant vs casted for '''0''::smallint' <= '''1''::integer' ok 2830 - check variant vs casted for '''0''::smallint' <= 'NULL::integer' ok 2831 - check variant vs casted for '''0''::smallint' <= '''-1''::numeric' ok 2832 - check variant vs casted for '''0''::smallint' <= '''0''::numeric' ok 2833 - check variant vs casted for '''0''::smallint' <= '''1''::numeric' ok 2834 - check variant vs casted for '''0''::smallint' <= 'NULL::numeric' ok 2835 - check variant vs casted for '''0''::smallint' <= '''-1''::numeric(2,1)' ok 2836 - check variant vs casted for '''0''::smallint' <= '''0''::numeric(2,1)' ok 2837 - check variant vs casted for '''0''::smallint' <= '''1''::numeric(2,1)' ok 2838 - check variant vs casted for '''0''::smallint' <= 'NULL::numeric(2,1)' ok 2839 - check variant vs casted for '''0''::smallint' <= '''-1''::real' ok 2840 - check variant vs casted for '''0''::smallint' <= '''0''::real' ok 2841 - check variant vs casted for '''0''::smallint' <= '''1''::real' ok 2842 - check variant vs casted for '''0''::smallint' <= 'NULL::real' ok 2843 - check variant vs casted for '''0''::smallint' <= '''-1''::smallint' ok 2844 - check variant vs casted for '''0''::smallint' <= '''0''::smallint' ok 2845 - check variant vs casted for '''0''::smallint' <= '''1''::smallint' ok 2846 - check variant vs casted for '''0''::smallint' <= 'NULL::smallint' ok 2847 - check variant vs casted for '''0''::bigint' = '''-1''::bigint' ok 2848 - check variant vs casted for '''0''::bigint' = '''0''::bigint' ok 2849 - check variant vs casted for '''0''::bigint' = '''1''::bigint' ok 2850 - check variant vs casted for '''0''::bigint' = 'NULL::bigint' ok 2851 - check variant vs casted for '''0''::bigint' = '''-1''::float' ok 2852 - check variant vs casted for '''0''::bigint' = '''0''::float' ok 2853 - check variant vs casted for '''0''::bigint' = '''1''::float' ok 2854 - check variant vs casted for '''0''::bigint' = 'NULL::float' ok 2855 - check variant vs casted for '''0''::bigint' = '''-1''::integer' ok 2856 - check variant vs casted for '''0''::bigint' = '''0''::integer' ok 2857 - check variant vs casted for '''0''::bigint' = '''1''::integer' ok 2858 - check variant vs casted for '''0''::bigint' = 'NULL::integer' ok 2859 - check variant vs casted for '''0''::bigint' = '''-1''::numeric' ok 2860 - check variant vs casted for '''0''::bigint' = '''0''::numeric' ok 2861 - check variant vs casted for '''0''::bigint' = '''1''::numeric' ok 2862 - check variant vs casted for '''0''::bigint' = 'NULL::numeric' ok 2863 - check variant vs casted for '''0''::bigint' = '''-1''::numeric(2,1)' ok 2864 - check variant vs casted for '''0''::bigint' = '''0''::numeric(2,1)' ok 2865 - check variant vs casted for '''0''::bigint' = '''1''::numeric(2,1)' ok 2866 - check variant vs casted for '''0''::bigint' = 'NULL::numeric(2,1)' ok 2867 - check variant vs casted for '''0''::bigint' = '''-1''::real' ok 2868 - check variant vs casted for '''0''::bigint' = '''0''::real' ok 2869 - check variant vs casted for '''0''::bigint' = '''1''::real' ok 2870 - check variant vs casted for '''0''::bigint' = 'NULL::real' ok 2871 - check variant vs casted for '''0''::bigint' = '''-1''::smallint' ok 2872 - check variant vs casted for '''0''::bigint' = '''0''::smallint' ok 2873 - check variant vs casted for '''0''::bigint' = '''1''::smallint' ok 2874 - check variant vs casted for '''0''::bigint' = 'NULL::smallint' ok 2875 - check variant vs casted for '''0''::float' = '''-1''::bigint' ok 2876 - check variant vs casted for '''0''::float' = '''0''::bigint' ok 2877 - check variant vs casted for '''0''::float' = '''1''::bigint' ok 2878 - check variant vs casted for '''0''::float' = 'NULL::bigint' ok 2879 - check variant vs casted for '''0''::float' = '''-1''::float' ok 2880 - check variant vs casted for '''0''::float' = '''0''::float' ok 2881 - check variant vs casted for '''0''::float' = '''1''::float' ok 2882 - check variant vs casted for '''0''::float' = 'NULL::float' ok 2883 - check variant vs casted for '''0''::float' = '''-1''::integer' ok 2884 - check variant vs casted for '''0''::float' = '''0''::integer' ok 2885 - check variant vs casted for '''0''::float' = '''1''::integer' ok 2886 - check variant vs casted for '''0''::float' = 'NULL::integer' ok 2887 - check variant vs casted for '''0''::float' = '''-1''::numeric' ok 2888 - check variant vs casted for '''0''::float' = '''0''::numeric' ok 2889 - check variant vs casted for '''0''::float' = '''1''::numeric' ok 2890 - check variant vs casted for '''0''::float' = 'NULL::numeric' ok 2891 - check variant vs casted for '''0''::float' = '''-1''::numeric(2,1)' ok 2892 - check variant vs casted for '''0''::float' = '''0''::numeric(2,1)' ok 2893 - check variant vs casted for '''0''::float' = '''1''::numeric(2,1)' ok 2894 - check variant vs casted for '''0''::float' = 'NULL::numeric(2,1)' ok 2895 - check variant vs casted for '''0''::float' = '''-1''::real' ok 2896 - check variant vs casted for '''0''::float' = '''0''::real' ok 2897 - check variant vs casted for '''0''::float' = '''1''::real' ok 2898 - check variant vs casted for '''0''::float' = 'NULL::real' ok 2899 - check variant vs casted for '''0''::float' = '''-1''::smallint' ok 2900 - check variant vs casted for '''0''::float' = '''0''::smallint' ok 2901 - check variant vs casted for '''0''::float' = '''1''::smallint' ok 2902 - check variant vs casted for '''0''::float' = 'NULL::smallint' ok 2903 - check variant vs casted for '''0''::integer' = '''-1''::bigint' ok 2904 - check variant vs casted for '''0''::integer' = '''0''::bigint' ok 2905 - check variant vs casted for '''0''::integer' = '''1''::bigint' ok 2906 - check variant vs casted for '''0''::integer' = 'NULL::bigint' ok 2907 - check variant vs casted for '''0''::integer' = '''-1''::float' ok 2908 - check variant vs casted for '''0''::integer' = '''0''::float' ok 2909 - check variant vs casted for '''0''::integer' = '''1''::float' ok 2910 - check variant vs casted for '''0''::integer' = 'NULL::float' ok 2911 - check variant vs casted for '''0''::integer' = '''-1''::integer' ok 2912 - check variant vs casted for '''0''::integer' = '''0''::integer' ok 2913 - check variant vs casted for '''0''::integer' = '''1''::integer' ok 2914 - check variant vs casted for '''0''::integer' = 'NULL::integer' ok 2915 - check variant vs casted for '''0''::integer' = '''-1''::numeric' ok 2916 - check variant vs casted for '''0''::integer' = '''0''::numeric' ok 2917 - check variant vs casted for '''0''::integer' = '''1''::numeric' ok 2918 - check variant vs casted for '''0''::integer' = 'NULL::numeric' ok 2919 - check variant vs casted for '''0''::integer' = '''-1''::numeric(2,1)' ok 2920 - check variant vs casted for '''0''::integer' = '''0''::numeric(2,1)' ok 2921 - check variant vs casted for '''0''::integer' = '''1''::numeric(2,1)' ok 2922 - check variant vs casted for '''0''::integer' = 'NULL::numeric(2,1)' ok 2923 - check variant vs casted for '''0''::integer' = '''-1''::real' ok 2924 - check variant vs casted for '''0''::integer' = '''0''::real' ok 2925 - check variant vs casted for '''0''::integer' = '''1''::real' ok 2926 - check variant vs casted for '''0''::integer' = 'NULL::real' ok 2927 - check variant vs casted for '''0''::integer' = '''-1''::smallint' ok 2928 - check variant vs casted for '''0''::integer' = '''0''::smallint' ok 2929 - check variant vs casted for '''0''::integer' = '''1''::smallint' ok 2930 - check variant vs casted for '''0''::integer' = 'NULL::smallint' ok 2931 - check variant vs casted for '''0''::numeric' = '''-1''::bigint' ok 2932 - check variant vs casted for '''0''::numeric' = '''0''::bigint' ok 2933 - check variant vs casted for '''0''::numeric' = '''1''::bigint' ok 2934 - check variant vs casted for '''0''::numeric' = 'NULL::bigint' ok 2935 - check variant vs casted for '''0''::numeric' = '''-1''::float' ok 2936 - check variant vs casted for '''0''::numeric' = '''0''::float' ok 2937 - check variant vs casted for '''0''::numeric' = '''1''::float' ok 2938 - check variant vs casted for '''0''::numeric' = 'NULL::float' ok 2939 - check variant vs casted for '''0''::numeric' = '''-1''::integer' ok 2940 - check variant vs casted for '''0''::numeric' = '''0''::integer' ok 2941 - check variant vs casted for '''0''::numeric' = '''1''::integer' ok 2942 - check variant vs casted for '''0''::numeric' = 'NULL::integer' ok 2943 - check variant vs casted for '''0''::numeric' = '''-1''::numeric' ok 2944 - check variant vs casted for '''0''::numeric' = '''0''::numeric' ok 2945 - check variant vs casted for '''0''::numeric' = '''1''::numeric' ok 2946 - check variant vs casted for '''0''::numeric' = 'NULL::numeric' ok 2947 - check variant vs casted for '''0''::numeric' = '''-1''::numeric(2,1)' ok 2948 - check variant vs casted for '''0''::numeric' = '''0''::numeric(2,1)' ok 2949 - check variant vs casted for '''0''::numeric' = '''1''::numeric(2,1)' ok 2950 - check variant vs casted for '''0''::numeric' = 'NULL::numeric(2,1)' ok 2951 - check variant vs casted for '''0''::numeric' = '''-1''::real' ok 2952 - check variant vs casted for '''0''::numeric' = '''0''::real' ok 2953 - check variant vs casted for '''0''::numeric' = '''1''::real' ok 2954 - check variant vs casted for '''0''::numeric' = 'NULL::real' ok 2955 - check variant vs casted for '''0''::numeric' = '''-1''::smallint' ok 2956 - check variant vs casted for '''0''::numeric' = '''0''::smallint' ok 2957 - check variant vs casted for '''0''::numeric' = '''1''::smallint' ok 2958 - check variant vs casted for '''0''::numeric' = 'NULL::smallint' ok 2959 - check variant vs casted for '''0''::numeric(2,1)' = '''-1''::bigint' ok 2960 - check variant vs casted for '''0''::numeric(2,1)' = '''0''::bigint' ok 2961 - check variant vs casted for '''0''::numeric(2,1)' = '''1''::bigint' ok 2962 - check variant vs casted for '''0''::numeric(2,1)' = 'NULL::bigint' ok 2963 - check variant vs casted for '''0''::numeric(2,1)' = '''-1''::float' ok 2964 - check variant vs casted for '''0''::numeric(2,1)' = '''0''::float' ok 2965 - check variant vs casted for '''0''::numeric(2,1)' = '''1''::float' ok 2966 - check variant vs casted for '''0''::numeric(2,1)' = 'NULL::float' ok 2967 - check variant vs casted for '''0''::numeric(2,1)' = '''-1''::integer' ok 2968 - check variant vs casted for '''0''::numeric(2,1)' = '''0''::integer' ok 2969 - check variant vs casted for '''0''::numeric(2,1)' = '''1''::integer' ok 2970 - check variant vs casted for '''0''::numeric(2,1)' = 'NULL::integer' ok 2971 - check variant vs casted for '''0''::numeric(2,1)' = '''-1''::numeric' ok 2972 - check variant vs casted for '''0''::numeric(2,1)' = '''0''::numeric' ok 2973 - check variant vs casted for '''0''::numeric(2,1)' = '''1''::numeric' ok 2974 - check variant vs casted for '''0''::numeric(2,1)' = 'NULL::numeric' ok 2975 - check variant vs casted for '''0''::numeric(2,1)' = '''-1''::numeric(2,1)' ok 2976 - check variant vs casted for '''0''::numeric(2,1)' = '''0''::numeric(2,1)' ok 2977 - check variant vs casted for '''0''::numeric(2,1)' = '''1''::numeric(2,1)' ok 2978 - check variant vs casted for '''0''::numeric(2,1)' = 'NULL::numeric(2,1)' ok 2979 - check variant vs casted for '''0''::numeric(2,1)' = '''-1''::real' ok 2980 - check variant vs casted for '''0''::numeric(2,1)' = '''0''::real' ok 2981 - check variant vs casted for '''0''::numeric(2,1)' = '''1''::real' ok 2982 - check variant vs casted for '''0''::numeric(2,1)' = 'NULL::real' ok 2983 - check variant vs casted for '''0''::numeric(2,1)' = '''-1''::smallint' ok 2984 - check variant vs casted for '''0''::numeric(2,1)' = '''0''::smallint' ok 2985 - check variant vs casted for '''0''::numeric(2,1)' = '''1''::smallint' ok 2986 - check variant vs casted for '''0''::numeric(2,1)' = 'NULL::smallint' ok 2987 - check variant vs casted for '''0''::real' = '''-1''::bigint' ok 2988 - check variant vs casted for '''0''::real' = '''0''::bigint' ok 2989 - check variant vs casted for '''0''::real' = '''1''::bigint' ok 2990 - check variant vs casted for '''0''::real' = 'NULL::bigint' ok 2991 - check variant vs casted for '''0''::real' = '''-1''::float' ok 2992 - check variant vs casted for '''0''::real' = '''0''::float' ok 2993 - check variant vs casted for '''0''::real' = '''1''::float' ok 2994 - check variant vs casted for '''0''::real' = 'NULL::float' ok 2995 - check variant vs casted for '''0''::real' = '''-1''::integer' ok 2996 - check variant vs casted for '''0''::real' = '''0''::integer' ok 2997 - check variant vs casted for '''0''::real' = '''1''::integer' ok 2998 - check variant vs casted for '''0''::real' = 'NULL::integer' ok 2999 - check variant vs casted for '''0''::real' = '''-1''::numeric' ok 3000 - check variant vs casted for '''0''::real' = '''0''::numeric' ok 3001 - check variant vs casted for '''0''::real' = '''1''::numeric' ok 3002 - check variant vs casted for '''0''::real' = 'NULL::numeric' ok 3003 - check variant vs casted for '''0''::real' = '''-1''::numeric(2,1)' ok 3004 - check variant vs casted for '''0''::real' = '''0''::numeric(2,1)' ok 3005 - check variant vs casted for '''0''::real' = '''1''::numeric(2,1)' ok 3006 - check variant vs casted for '''0''::real' = 'NULL::numeric(2,1)' ok 3007 - check variant vs casted for '''0''::real' = '''-1''::real' ok 3008 - check variant vs casted for '''0''::real' = '''0''::real' ok 3009 - check variant vs casted for '''0''::real' = '''1''::real' ok 3010 - check variant vs casted for '''0''::real' = 'NULL::real' ok 3011 - check variant vs casted for '''0''::real' = '''-1''::smallint' ok 3012 - check variant vs casted for '''0''::real' = '''0''::smallint' ok 3013 - check variant vs casted for '''0''::real' = '''1''::smallint' ok 3014 - check variant vs casted for '''0''::real' = 'NULL::smallint' ok 3015 - check variant vs casted for '''0''::smallint' = '''-1''::bigint' ok 3016 - check variant vs casted for '''0''::smallint' = '''0''::bigint' ok 3017 - check variant vs casted for '''0''::smallint' = '''1''::bigint' ok 3018 - check variant vs casted for '''0''::smallint' = 'NULL::bigint' ok 3019 - check variant vs casted for '''0''::smallint' = '''-1''::float' ok 3020 - check variant vs casted for '''0''::smallint' = '''0''::float' ok 3021 - check variant vs casted for '''0''::smallint' = '''1''::float' ok 3022 - check variant vs casted for '''0''::smallint' = 'NULL::float' ok 3023 - check variant vs casted for '''0''::smallint' = '''-1''::integer' ok 3024 - check variant vs casted for '''0''::smallint' = '''0''::integer' ok 3025 - check variant vs casted for '''0''::smallint' = '''1''::integer' ok 3026 - check variant vs casted for '''0''::smallint' = 'NULL::integer' ok 3027 - check variant vs casted for '''0''::smallint' = '''-1''::numeric' ok 3028 - check variant vs casted for '''0''::smallint' = '''0''::numeric' ok 3029 - check variant vs casted for '''0''::smallint' = '''1''::numeric' ok 3030 - check variant vs casted for '''0''::smallint' = 'NULL::numeric' ok 3031 - check variant vs casted for '''0''::smallint' = '''-1''::numeric(2,1)' ok 3032 - check variant vs casted for '''0''::smallint' = '''0''::numeric(2,1)' ok 3033 - check variant vs casted for '''0''::smallint' = '''1''::numeric(2,1)' ok 3034 - check variant vs casted for '''0''::smallint' = 'NULL::numeric(2,1)' ok 3035 - check variant vs casted for '''0''::smallint' = '''-1''::real' ok 3036 - check variant vs casted for '''0''::smallint' = '''0''::real' ok 3037 - check variant vs casted for '''0''::smallint' = '''1''::real' ok 3038 - check variant vs casted for '''0''::smallint' = 'NULL::real' ok 3039 - check variant vs casted for '''0''::smallint' = '''-1''::smallint' ok 3040 - check variant vs casted for '''0''::smallint' = '''0''::smallint' ok 3041 - check variant vs casted for '''0''::smallint' = '''1''::smallint' ok 3042 - check variant vs casted for '''0''::smallint' = 'NULL::smallint' ok 3043 - check variant vs casted for '''0''::bigint' >= '''-1''::bigint' ok 3044 - check variant vs casted for '''0''::bigint' >= '''0''::bigint' ok 3045 - check variant vs casted for '''0''::bigint' >= '''1''::bigint' ok 3046 - check variant vs casted for '''0''::bigint' >= 'NULL::bigint' ok 3047 - check variant vs casted for '''0''::bigint' >= '''-1''::float' ok 3048 - check variant vs casted for '''0''::bigint' >= '''0''::float' ok 3049 - check variant vs casted for '''0''::bigint' >= '''1''::float' ok 3050 - check variant vs casted for '''0''::bigint' >= 'NULL::float' ok 3051 - check variant vs casted for '''0''::bigint' >= '''-1''::integer' ok 3052 - check variant vs casted for '''0''::bigint' >= '''0''::integer' ok 3053 - check variant vs casted for '''0''::bigint' >= '''1''::integer' ok 3054 - check variant vs casted for '''0''::bigint' >= 'NULL::integer' ok 3055 - check variant vs casted for '''0''::bigint' >= '''-1''::numeric' ok 3056 - check variant vs casted for '''0''::bigint' >= '''0''::numeric' ok 3057 - check variant vs casted for '''0''::bigint' >= '''1''::numeric' ok 3058 - check variant vs casted for '''0''::bigint' >= 'NULL::numeric' ok 3059 - check variant vs casted for '''0''::bigint' >= '''-1''::numeric(2,1)' ok 3060 - check variant vs casted for '''0''::bigint' >= '''0''::numeric(2,1)' ok 3061 - check variant vs casted for '''0''::bigint' >= '''1''::numeric(2,1)' ok 3062 - check variant vs casted for '''0''::bigint' >= 'NULL::numeric(2,1)' ok 3063 - check variant vs casted for '''0''::bigint' >= '''-1''::real' ok 3064 - check variant vs casted for '''0''::bigint' >= '''0''::real' ok 3065 - check variant vs casted for '''0''::bigint' >= '''1''::real' ok 3066 - check variant vs casted for '''0''::bigint' >= 'NULL::real' ok 3067 - check variant vs casted for '''0''::bigint' >= '''-1''::smallint' ok 3068 - check variant vs casted for '''0''::bigint' >= '''0''::smallint' ok 3069 - check variant vs casted for '''0''::bigint' >= '''1''::smallint' ok 3070 - check variant vs casted for '''0''::bigint' >= 'NULL::smallint' ok 3071 - check variant vs casted for '''0''::float' >= '''-1''::bigint' ok 3072 - check variant vs casted for '''0''::float' >= '''0''::bigint' ok 3073 - check variant vs casted for '''0''::float' >= '''1''::bigint' ok 3074 - check variant vs casted for '''0''::float' >= 'NULL::bigint' ok 3075 - check variant vs casted for '''0''::float' >= '''-1''::float' ok 3076 - check variant vs casted for '''0''::float' >= '''0''::float' ok 3077 - check variant vs casted for '''0''::float' >= '''1''::float' ok 3078 - check variant vs casted for '''0''::float' >= 'NULL::float' ok 3079 - check variant vs casted for '''0''::float' >= '''-1''::integer' ok 3080 - check variant vs casted for '''0''::float' >= '''0''::integer' ok 3081 - check variant vs casted for '''0''::float' >= '''1''::integer' ok 3082 - check variant vs casted for '''0''::float' >= 'NULL::integer' ok 3083 - check variant vs casted for '''0''::float' >= '''-1''::numeric' ok 3084 - check variant vs casted for '''0''::float' >= '''0''::numeric' ok 3085 - check variant vs casted for '''0''::float' >= '''1''::numeric' ok 3086 - check variant vs casted for '''0''::float' >= 'NULL::numeric' ok 3087 - check variant vs casted for '''0''::float' >= '''-1''::numeric(2,1)' ok 3088 - check variant vs casted for '''0''::float' >= '''0''::numeric(2,1)' ok 3089 - check variant vs casted for '''0''::float' >= '''1''::numeric(2,1)' ok 3090 - check variant vs casted for '''0''::float' >= 'NULL::numeric(2,1)' ok 3091 - check variant vs casted for '''0''::float' >= '''-1''::real' ok 3092 - check variant vs casted for '''0''::float' >= '''0''::real' ok 3093 - check variant vs casted for '''0''::float' >= '''1''::real' ok 3094 - check variant vs casted for '''0''::float' >= 'NULL::real' ok 3095 - check variant vs casted for '''0''::float' >= '''-1''::smallint' ok 3096 - check variant vs casted for '''0''::float' >= '''0''::smallint' ok 3097 - check variant vs casted for '''0''::float' >= '''1''::smallint' ok 3098 - check variant vs casted for '''0''::float' >= 'NULL::smallint' ok 3099 - check variant vs casted for '''0''::integer' >= '''-1''::bigint' ok 3100 - check variant vs casted for '''0''::integer' >= '''0''::bigint' ok 3101 - check variant vs casted for '''0''::integer' >= '''1''::bigint' ok 3102 - check variant vs casted for '''0''::integer' >= 'NULL::bigint' ok 3103 - check variant vs casted for '''0''::integer' >= '''-1''::float' ok 3104 - check variant vs casted for '''0''::integer' >= '''0''::float' ok 3105 - check variant vs casted for '''0''::integer' >= '''1''::float' ok 3106 - check variant vs casted for '''0''::integer' >= 'NULL::float' ok 3107 - check variant vs casted for '''0''::integer' >= '''-1''::integer' ok 3108 - check variant vs casted for '''0''::integer' >= '''0''::integer' ok 3109 - check variant vs casted for '''0''::integer' >= '''1''::integer' ok 3110 - check variant vs casted for '''0''::integer' >= 'NULL::integer' ok 3111 - check variant vs casted for '''0''::integer' >= '''-1''::numeric' ok 3112 - check variant vs casted for '''0''::integer' >= '''0''::numeric' ok 3113 - check variant vs casted for '''0''::integer' >= '''1''::numeric' ok 3114 - check variant vs casted for '''0''::integer' >= 'NULL::numeric' ok 3115 - check variant vs casted for '''0''::integer' >= '''-1''::numeric(2,1)' ok 3116 - check variant vs casted for '''0''::integer' >= '''0''::numeric(2,1)' ok 3117 - check variant vs casted for '''0''::integer' >= '''1''::numeric(2,1)' ok 3118 - check variant vs casted for '''0''::integer' >= 'NULL::numeric(2,1)' ok 3119 - check variant vs casted for '''0''::integer' >= '''-1''::real' ok 3120 - check variant vs casted for '''0''::integer' >= '''0''::real' ok 3121 - check variant vs casted for '''0''::integer' >= '''1''::real' ok 3122 - check variant vs casted for '''0''::integer' >= 'NULL::real' ok 3123 - check variant vs casted for '''0''::integer' >= '''-1''::smallint' ok 3124 - check variant vs casted for '''0''::integer' >= '''0''::smallint' ok 3125 - check variant vs casted for '''0''::integer' >= '''1''::smallint' ok 3126 - check variant vs casted for '''0''::integer' >= 'NULL::smallint' ok 3127 - check variant vs casted for '''0''::numeric' >= '''-1''::bigint' ok 3128 - check variant vs casted for '''0''::numeric' >= '''0''::bigint' ok 3129 - check variant vs casted for '''0''::numeric' >= '''1''::bigint' ok 3130 - check variant vs casted for '''0''::numeric' >= 'NULL::bigint' ok 3131 - check variant vs casted for '''0''::numeric' >= '''-1''::float' ok 3132 - check variant vs casted for '''0''::numeric' >= '''0''::float' ok 3133 - check variant vs casted for '''0''::numeric' >= '''1''::float' ok 3134 - check variant vs casted for '''0''::numeric' >= 'NULL::float' ok 3135 - check variant vs casted for '''0''::numeric' >= '''-1''::integer' ok 3136 - check variant vs casted for '''0''::numeric' >= '''0''::integer' ok 3137 - check variant vs casted for '''0''::numeric' >= '''1''::integer' ok 3138 - check variant vs casted for '''0''::numeric' >= 'NULL::integer' ok 3139 - check variant vs casted for '''0''::numeric' >= '''-1''::numeric' ok 3140 - check variant vs casted for '''0''::numeric' >= '''0''::numeric' ok 3141 - check variant vs casted for '''0''::numeric' >= '''1''::numeric' ok 3142 - check variant vs casted for '''0''::numeric' >= 'NULL::numeric' ok 3143 - check variant vs casted for '''0''::numeric' >= '''-1''::numeric(2,1)' ok 3144 - check variant vs casted for '''0''::numeric' >= '''0''::numeric(2,1)' ok 3145 - check variant vs casted for '''0''::numeric' >= '''1''::numeric(2,1)' ok 3146 - check variant vs casted for '''0''::numeric' >= 'NULL::numeric(2,1)' ok 3147 - check variant vs casted for '''0''::numeric' >= '''-1''::real' ok 3148 - check variant vs casted for '''0''::numeric' >= '''0''::real' ok 3149 - check variant vs casted for '''0''::numeric' >= '''1''::real' ok 3150 - check variant vs casted for '''0''::numeric' >= 'NULL::real' ok 3151 - check variant vs casted for '''0''::numeric' >= '''-1''::smallint' ok 3152 - check variant vs casted for '''0''::numeric' >= '''0''::smallint' ok 3153 - check variant vs casted for '''0''::numeric' >= '''1''::smallint' ok 3154 - check variant vs casted for '''0''::numeric' >= 'NULL::smallint' ok 3155 - check variant vs casted for '''0''::numeric(2,1)' >= '''-1''::bigint' ok 3156 - check variant vs casted for '''0''::numeric(2,1)' >= '''0''::bigint' ok 3157 - check variant vs casted for '''0''::numeric(2,1)' >= '''1''::bigint' ok 3158 - check variant vs casted for '''0''::numeric(2,1)' >= 'NULL::bigint' ok 3159 - check variant vs casted for '''0''::numeric(2,1)' >= '''-1''::float' ok 3160 - check variant vs casted for '''0''::numeric(2,1)' >= '''0''::float' ok 3161 - check variant vs casted for '''0''::numeric(2,1)' >= '''1''::float' ok 3162 - check variant vs casted for '''0''::numeric(2,1)' >= 'NULL::float' ok 3163 - check variant vs casted for '''0''::numeric(2,1)' >= '''-1''::integer' ok 3164 - check variant vs casted for '''0''::numeric(2,1)' >= '''0''::integer' ok 3165 - check variant vs casted for '''0''::numeric(2,1)' >= '''1''::integer' ok 3166 - check variant vs casted for '''0''::numeric(2,1)' >= 'NULL::integer' ok 3167 - check variant vs casted for '''0''::numeric(2,1)' >= '''-1''::numeric' ok 3168 - check variant vs casted for '''0''::numeric(2,1)' >= '''0''::numeric' ok 3169 - check variant vs casted for '''0''::numeric(2,1)' >= '''1''::numeric' ok 3170 - check variant vs casted for '''0''::numeric(2,1)' >= 'NULL::numeric' ok 3171 - check variant vs casted for '''0''::numeric(2,1)' >= '''-1''::numeric(2,1)' ok 3172 - check variant vs casted for '''0''::numeric(2,1)' >= '''0''::numeric(2,1)' ok 3173 - check variant vs casted for '''0''::numeric(2,1)' >= '''1''::numeric(2,1)' ok 3174 - check variant vs casted for '''0''::numeric(2,1)' >= 'NULL::numeric(2,1)' ok 3175 - check variant vs casted for '''0''::numeric(2,1)' >= '''-1''::real' ok 3176 - check variant vs casted for '''0''::numeric(2,1)' >= '''0''::real' ok 3177 - check variant vs casted for '''0''::numeric(2,1)' >= '''1''::real' ok 3178 - check variant vs casted for '''0''::numeric(2,1)' >= 'NULL::real' ok 3179 - check variant vs casted for '''0''::numeric(2,1)' >= '''-1''::smallint' ok 3180 - check variant vs casted for '''0''::numeric(2,1)' >= '''0''::smallint' ok 3181 - check variant vs casted for '''0''::numeric(2,1)' >= '''1''::smallint' ok 3182 - check variant vs casted for '''0''::numeric(2,1)' >= 'NULL::smallint' ok 3183 - check variant vs casted for '''0''::real' >= '''-1''::bigint' ok 3184 - check variant vs casted for '''0''::real' >= '''0''::bigint' ok 3185 - check variant vs casted for '''0''::real' >= '''1''::bigint' ok 3186 - check variant vs casted for '''0''::real' >= 'NULL::bigint' ok 3187 - check variant vs casted for '''0''::real' >= '''-1''::float' ok 3188 - check variant vs casted for '''0''::real' >= '''0''::float' ok 3189 - check variant vs casted for '''0''::real' >= '''1''::float' ok 3190 - check variant vs casted for '''0''::real' >= 'NULL::float' ok 3191 - check variant vs casted for '''0''::real' >= '''-1''::integer' ok 3192 - check variant vs casted for '''0''::real' >= '''0''::integer' ok 3193 - check variant vs casted for '''0''::real' >= '''1''::integer' ok 3194 - check variant vs casted for '''0''::real' >= 'NULL::integer' ok 3195 - check variant vs casted for '''0''::real' >= '''-1''::numeric' ok 3196 - check variant vs casted for '''0''::real' >= '''0''::numeric' ok 3197 - check variant vs casted for '''0''::real' >= '''1''::numeric' ok 3198 - check variant vs casted for '''0''::real' >= 'NULL::numeric' ok 3199 - check variant vs casted for '''0''::real' >= '''-1''::numeric(2,1)' ok 3200 - check variant vs casted for '''0''::real' >= '''0''::numeric(2,1)' ok 3201 - check variant vs casted for '''0''::real' >= '''1''::numeric(2,1)' ok 3202 - check variant vs casted for '''0''::real' >= 'NULL::numeric(2,1)' ok 3203 - check variant vs casted for '''0''::real' >= '''-1''::real' ok 3204 - check variant vs casted for '''0''::real' >= '''0''::real' ok 3205 - check variant vs casted for '''0''::real' >= '''1''::real' ok 3206 - check variant vs casted for '''0''::real' >= 'NULL::real' ok 3207 - check variant vs casted for '''0''::real' >= '''-1''::smallint' ok 3208 - check variant vs casted for '''0''::real' >= '''0''::smallint' ok 3209 - check variant vs casted for '''0''::real' >= '''1''::smallint' ok 3210 - check variant vs casted for '''0''::real' >= 'NULL::smallint' ok 3211 - check variant vs casted for '''0''::smallint' >= '''-1''::bigint' ok 3212 - check variant vs casted for '''0''::smallint' >= '''0''::bigint' ok 3213 - check variant vs casted for '''0''::smallint' >= '''1''::bigint' ok 3214 - check variant vs casted for '''0''::smallint' >= 'NULL::bigint' ok 3215 - check variant vs casted for '''0''::smallint' >= '''-1''::float' ok 3216 - check variant vs casted for '''0''::smallint' >= '''0''::float' ok 3217 - check variant vs casted for '''0''::smallint' >= '''1''::float' ok 3218 - check variant vs casted for '''0''::smallint' >= 'NULL::float' ok 3219 - check variant vs casted for '''0''::smallint' >= '''-1''::integer' ok 3220 - check variant vs casted for '''0''::smallint' >= '''0''::integer' ok 3221 - check variant vs casted for '''0''::smallint' >= '''1''::integer' ok 3222 - check variant vs casted for '''0''::smallint' >= 'NULL::integer' ok 3223 - check variant vs casted for '''0''::smallint' >= '''-1''::numeric' ok 3224 - check variant vs casted for '''0''::smallint' >= '''0''::numeric' ok 3225 - check variant vs casted for '''0''::smallint' >= '''1''::numeric' ok 3226 - check variant vs casted for '''0''::smallint' >= 'NULL::numeric' ok 3227 - check variant vs casted for '''0''::smallint' >= '''-1''::numeric(2,1)' ok 3228 - check variant vs casted for '''0''::smallint' >= '''0''::numeric(2,1)' ok 3229 - check variant vs casted for '''0''::smallint' >= '''1''::numeric(2,1)' ok 3230 - check variant vs casted for '''0''::smallint' >= 'NULL::numeric(2,1)' ok 3231 - check variant vs casted for '''0''::smallint' >= '''-1''::real' ok 3232 - check variant vs casted for '''0''::smallint' >= '''0''::real' ok 3233 - check variant vs casted for '''0''::smallint' >= '''1''::real' ok 3234 - check variant vs casted for '''0''::smallint' >= 'NULL::real' ok 3235 - check variant vs casted for '''0''::smallint' >= '''-1''::smallint' ok 3236 - check variant vs casted for '''0''::smallint' >= '''0''::smallint' ok 3237 - check variant vs casted for '''0''::smallint' >= '''1''::smallint' ok 3238 - check variant vs casted for '''0''::smallint' >= 'NULL::smallint' ok 3239 - check variant vs casted for '''0''::bigint' > '''-1''::bigint' ok 3240 - check variant vs casted for '''0''::bigint' > '''0''::bigint' ok 3241 - check variant vs casted for '''0''::bigint' > '''1''::bigint' ok 3242 - check variant vs casted for '''0''::bigint' > 'NULL::bigint' ok 3243 - check variant vs casted for '''0''::bigint' > '''-1''::float' ok 3244 - check variant vs casted for '''0''::bigint' > '''0''::float' ok 3245 - check variant vs casted for '''0''::bigint' > '''1''::float' ok 3246 - check variant vs casted for '''0''::bigint' > 'NULL::float' ok 3247 - check variant vs casted for '''0''::bigint' > '''-1''::integer' ok 3248 - check variant vs casted for '''0''::bigint' > '''0''::integer' ok 3249 - check variant vs casted for '''0''::bigint' > '''1''::integer' ok 3250 - check variant vs casted for '''0''::bigint' > 'NULL::integer' ok 3251 - check variant vs casted for '''0''::bigint' > '''-1''::numeric' ok 3252 - check variant vs casted for '''0''::bigint' > '''0''::numeric' ok 3253 - check variant vs casted for '''0''::bigint' > '''1''::numeric' ok 3254 - check variant vs casted for '''0''::bigint' > 'NULL::numeric' ok 3255 - check variant vs casted for '''0''::bigint' > '''-1''::numeric(2,1)' ok 3256 - check variant vs casted for '''0''::bigint' > '''0''::numeric(2,1)' ok 3257 - check variant vs casted for '''0''::bigint' > '''1''::numeric(2,1)' ok 3258 - check variant vs casted for '''0''::bigint' > 'NULL::numeric(2,1)' ok 3259 - check variant vs casted for '''0''::bigint' > '''-1''::real' ok 3260 - check variant vs casted for '''0''::bigint' > '''0''::real' ok 3261 - check variant vs casted for '''0''::bigint' > '''1''::real' ok 3262 - check variant vs casted for '''0''::bigint' > 'NULL::real' ok 3263 - check variant vs casted for '''0''::bigint' > '''-1''::smallint' ok 3264 - check variant vs casted for '''0''::bigint' > '''0''::smallint' ok 3265 - check variant vs casted for '''0''::bigint' > '''1''::smallint' ok 3266 - check variant vs casted for '''0''::bigint' > 'NULL::smallint' ok 3267 - check variant vs casted for '''0''::float' > '''-1''::bigint' ok 3268 - check variant vs casted for '''0''::float' > '''0''::bigint' ok 3269 - check variant vs casted for '''0''::float' > '''1''::bigint' ok 3270 - check variant vs casted for '''0''::float' > 'NULL::bigint' ok 3271 - check variant vs casted for '''0''::float' > '''-1''::float' ok 3272 - check variant vs casted for '''0''::float' > '''0''::float' ok 3273 - check variant vs casted for '''0''::float' > '''1''::float' ok 3274 - check variant vs casted for '''0''::float' > 'NULL::float' ok 3275 - check variant vs casted for '''0''::float' > '''-1''::integer' ok 3276 - check variant vs casted for '''0''::float' > '''0''::integer' ok 3277 - check variant vs casted for '''0''::float' > '''1''::integer' ok 3278 - check variant vs casted for '''0''::float' > 'NULL::integer' ok 3279 - check variant vs casted for '''0''::float' > '''-1''::numeric' ok 3280 - check variant vs casted for '''0''::float' > '''0''::numeric' ok 3281 - check variant vs casted for '''0''::float' > '''1''::numeric' ok 3282 - check variant vs casted for '''0''::float' > 'NULL::numeric' ok 3283 - check variant vs casted for '''0''::float' > '''-1''::numeric(2,1)' ok 3284 - check variant vs casted for '''0''::float' > '''0''::numeric(2,1)' ok 3285 - check variant vs casted for '''0''::float' > '''1''::numeric(2,1)' ok 3286 - check variant vs casted for '''0''::float' > 'NULL::numeric(2,1)' ok 3287 - check variant vs casted for '''0''::float' > '''-1''::real' ok 3288 - check variant vs casted for '''0''::float' > '''0''::real' ok 3289 - check variant vs casted for '''0''::float' > '''1''::real' ok 3290 - check variant vs casted for '''0''::float' > 'NULL::real' ok 3291 - check variant vs casted for '''0''::float' > '''-1''::smallint' ok 3292 - check variant vs casted for '''0''::float' > '''0''::smallint' ok 3293 - check variant vs casted for '''0''::float' > '''1''::smallint' ok 3294 - check variant vs casted for '''0''::float' > 'NULL::smallint' ok 3295 - check variant vs casted for '''0''::integer' > '''-1''::bigint' ok 3296 - check variant vs casted for '''0''::integer' > '''0''::bigint' ok 3297 - check variant vs casted for '''0''::integer' > '''1''::bigint' ok 3298 - check variant vs casted for '''0''::integer' > 'NULL::bigint' ok 3299 - check variant vs casted for '''0''::integer' > '''-1''::float' ok 3300 - check variant vs casted for '''0''::integer' > '''0''::float' ok 3301 - check variant vs casted for '''0''::integer' > '''1''::float' ok 3302 - check variant vs casted for '''0''::integer' > 'NULL::float' ok 3303 - check variant vs casted for '''0''::integer' > '''-1''::integer' ok 3304 - check variant vs casted for '''0''::integer' > '''0''::integer' ok 3305 - check variant vs casted for '''0''::integer' > '''1''::integer' ok 3306 - check variant vs casted for '''0''::integer' > 'NULL::integer' ok 3307 - check variant vs casted for '''0''::integer' > '''-1''::numeric' ok 3308 - check variant vs casted for '''0''::integer' > '''0''::numeric' ok 3309 - check variant vs casted for '''0''::integer' > '''1''::numeric' ok 3310 - check variant vs casted for '''0''::integer' > 'NULL::numeric' ok 3311 - check variant vs casted for '''0''::integer' > '''-1''::numeric(2,1)' ok 3312 - check variant vs casted for '''0''::integer' > '''0''::numeric(2,1)' ok 3313 - check variant vs casted for '''0''::integer' > '''1''::numeric(2,1)' ok 3314 - check variant vs casted for '''0''::integer' > 'NULL::numeric(2,1)' ok 3315 - check variant vs casted for '''0''::integer' > '''-1''::real' ok 3316 - check variant vs casted for '''0''::integer' > '''0''::real' ok 3317 - check variant vs casted for '''0''::integer' > '''1''::real' ok 3318 - check variant vs casted for '''0''::integer' > 'NULL::real' ok 3319 - check variant vs casted for '''0''::integer' > '''-1''::smallint' ok 3320 - check variant vs casted for '''0''::integer' > '''0''::smallint' ok 3321 - check variant vs casted for '''0''::integer' > '''1''::smallint' ok 3322 - check variant vs casted for '''0''::integer' > 'NULL::smallint' ok 3323 - check variant vs casted for '''0''::numeric' > '''-1''::bigint' ok 3324 - check variant vs casted for '''0''::numeric' > '''0''::bigint' ok 3325 - check variant vs casted for '''0''::numeric' > '''1''::bigint' ok 3326 - check variant vs casted for '''0''::numeric' > 'NULL::bigint' ok 3327 - check variant vs casted for '''0''::numeric' > '''-1''::float' ok 3328 - check variant vs casted for '''0''::numeric' > '''0''::float' ok 3329 - check variant vs casted for '''0''::numeric' > '''1''::float' ok 3330 - check variant vs casted for '''0''::numeric' > 'NULL::float' ok 3331 - check variant vs casted for '''0''::numeric' > '''-1''::integer' ok 3332 - check variant vs casted for '''0''::numeric' > '''0''::integer' ok 3333 - check variant vs casted for '''0''::numeric' > '''1''::integer' ok 3334 - check variant vs casted for '''0''::numeric' > 'NULL::integer' ok 3335 - check variant vs casted for '''0''::numeric' > '''-1''::numeric' ok 3336 - check variant vs casted for '''0''::numeric' > '''0''::numeric' ok 3337 - check variant vs casted for '''0''::numeric' > '''1''::numeric' ok 3338 - check variant vs casted for '''0''::numeric' > 'NULL::numeric' ok 3339 - check variant vs casted for '''0''::numeric' > '''-1''::numeric(2,1)' ok 3340 - check variant vs casted for '''0''::numeric' > '''0''::numeric(2,1)' ok 3341 - check variant vs casted for '''0''::numeric' > '''1''::numeric(2,1)' ok 3342 - check variant vs casted for '''0''::numeric' > 'NULL::numeric(2,1)' ok 3343 - check variant vs casted for '''0''::numeric' > '''-1''::real' ok 3344 - check variant vs casted for '''0''::numeric' > '''0''::real' ok 3345 - check variant vs casted for '''0''::numeric' > '''1''::real' ok 3346 - check variant vs casted for '''0''::numeric' > 'NULL::real' ok 3347 - check variant vs casted for '''0''::numeric' > '''-1''::smallint' ok 3348 - check variant vs casted for '''0''::numeric' > '''0''::smallint' ok 3349 - check variant vs casted for '''0''::numeric' > '''1''::smallint' ok 3350 - check variant vs casted for '''0''::numeric' > 'NULL::smallint' ok 3351 - check variant vs casted for '''0''::numeric(2,1)' > '''-1''::bigint' ok 3352 - check variant vs casted for '''0''::numeric(2,1)' > '''0''::bigint' ok 3353 - check variant vs casted for '''0''::numeric(2,1)' > '''1''::bigint' ok 3354 - check variant vs casted for '''0''::numeric(2,1)' > 'NULL::bigint' ok 3355 - check variant vs casted for '''0''::numeric(2,1)' > '''-1''::float' ok 3356 - check variant vs casted for '''0''::numeric(2,1)' > '''0''::float' ok 3357 - check variant vs casted for '''0''::numeric(2,1)' > '''1''::float' ok 3358 - check variant vs casted for '''0''::numeric(2,1)' > 'NULL::float' ok 3359 - check variant vs casted for '''0''::numeric(2,1)' > '''-1''::integer' ok 3360 - check variant vs casted for '''0''::numeric(2,1)' > '''0''::integer' ok 3361 - check variant vs casted for '''0''::numeric(2,1)' > '''1''::integer' ok 3362 - check variant vs casted for '''0''::numeric(2,1)' > 'NULL::integer' ok 3363 - check variant vs casted for '''0''::numeric(2,1)' > '''-1''::numeric' ok 3364 - check variant vs casted for '''0''::numeric(2,1)' > '''0''::numeric' ok 3365 - check variant vs casted for '''0''::numeric(2,1)' > '''1''::numeric' ok 3366 - check variant vs casted for '''0''::numeric(2,1)' > 'NULL::numeric' ok 3367 - check variant vs casted for '''0''::numeric(2,1)' > '''-1''::numeric(2,1)' ok 3368 - check variant vs casted for '''0''::numeric(2,1)' > '''0''::numeric(2,1)' ok 3369 - check variant vs casted for '''0''::numeric(2,1)' > '''1''::numeric(2,1)' ok 3370 - check variant vs casted for '''0''::numeric(2,1)' > 'NULL::numeric(2,1)' ok 3371 - check variant vs casted for '''0''::numeric(2,1)' > '''-1''::real' ok 3372 - check variant vs casted for '''0''::numeric(2,1)' > '''0''::real' ok 3373 - check variant vs casted for '''0''::numeric(2,1)' > '''1''::real' ok 3374 - check variant vs casted for '''0''::numeric(2,1)' > 'NULL::real' ok 3375 - check variant vs casted for '''0''::numeric(2,1)' > '''-1''::smallint' ok 3376 - check variant vs casted for '''0''::numeric(2,1)' > '''0''::smallint' ok 3377 - check variant vs casted for '''0''::numeric(2,1)' > '''1''::smallint' ok 3378 - check variant vs casted for '''0''::numeric(2,1)' > 'NULL::smallint' ok 3379 - check variant vs casted for '''0''::real' > '''-1''::bigint' ok 3380 - check variant vs casted for '''0''::real' > '''0''::bigint' ok 3381 - check variant vs casted for '''0''::real' > '''1''::bigint' ok 3382 - check variant vs casted for '''0''::real' > 'NULL::bigint' ok 3383 - check variant vs casted for '''0''::real' > '''-1''::float' ok 3384 - check variant vs casted for '''0''::real' > '''0''::float' ok 3385 - check variant vs casted for '''0''::real' > '''1''::float' ok 3386 - check variant vs casted for '''0''::real' > 'NULL::float' ok 3387 - check variant vs casted for '''0''::real' > '''-1''::integer' ok 3388 - check variant vs casted for '''0''::real' > '''0''::integer' ok 3389 - check variant vs casted for '''0''::real' > '''1''::integer' ok 3390 - check variant vs casted for '''0''::real' > 'NULL::integer' ok 3391 - check variant vs casted for '''0''::real' > '''-1''::numeric' ok 3392 - check variant vs casted for '''0''::real' > '''0''::numeric' ok 3393 - check variant vs casted for '''0''::real' > '''1''::numeric' ok 3394 - check variant vs casted for '''0''::real' > 'NULL::numeric' ok 3395 - check variant vs casted for '''0''::real' > '''-1''::numeric(2,1)' ok 3396 - check variant vs casted for '''0''::real' > '''0''::numeric(2,1)' ok 3397 - check variant vs casted for '''0''::real' > '''1''::numeric(2,1)' ok 3398 - check variant vs casted for '''0''::real' > 'NULL::numeric(2,1)' ok 3399 - check variant vs casted for '''0''::real' > '''-1''::real' ok 3400 - check variant vs casted for '''0''::real' > '''0''::real' ok 3401 - check variant vs casted for '''0''::real' > '''1''::real' ok 3402 - check variant vs casted for '''0''::real' > 'NULL::real' ok 3403 - check variant vs casted for '''0''::real' > '''-1''::smallint' ok 3404 - check variant vs casted for '''0''::real' > '''0''::smallint' ok 3405 - check variant vs casted for '''0''::real' > '''1''::smallint' ok 3406 - check variant vs casted for '''0''::real' > 'NULL::smallint' ok 3407 - check variant vs casted for '''0''::smallint' > '''-1''::bigint' ok 3408 - check variant vs casted for '''0''::smallint' > '''0''::bigint' ok 3409 - check variant vs casted for '''0''::smallint' > '''1''::bigint' ok 3410 - check variant vs casted for '''0''::smallint' > 'NULL::bigint' ok 3411 - check variant vs casted for '''0''::smallint' > '''-1''::float' ok 3412 - check variant vs casted for '''0''::smallint' > '''0''::float' ok 3413 - check variant vs casted for '''0''::smallint' > '''1''::float' ok 3414 - check variant vs casted for '''0''::smallint' > 'NULL::float' ok 3415 - check variant vs casted for '''0''::smallint' > '''-1''::integer' ok 3416 - check variant vs casted for '''0''::smallint' > '''0''::integer' ok 3417 - check variant vs casted for '''0''::smallint' > '''1''::integer' ok 3418 - check variant vs casted for '''0''::smallint' > 'NULL::integer' ok 3419 - check variant vs casted for '''0''::smallint' > '''-1''::numeric' ok 3420 - check variant vs casted for '''0''::smallint' > '''0''::numeric' ok 3421 - check variant vs casted for '''0''::smallint' > '''1''::numeric' ok 3422 - check variant vs casted for '''0''::smallint' > 'NULL::numeric' ok 3423 - check variant vs casted for '''0''::smallint' > '''-1''::numeric(2,1)' ok 3424 - check variant vs casted for '''0''::smallint' > '''0''::numeric(2,1)' ok 3425 - check variant vs casted for '''0''::smallint' > '''1''::numeric(2,1)' ok 3426 - check variant vs casted for '''0''::smallint' > 'NULL::numeric(2,1)' ok 3427 - check variant vs casted for '''0''::smallint' > '''-1''::real' ok 3428 - check variant vs casted for '''0''::smallint' > '''0''::real' ok 3429 - check variant vs casted for '''0''::smallint' > '''1''::real' ok 3430 - check variant vs casted for '''0''::smallint' > 'NULL::real' ok 3431 - check variant vs casted for '''0''::smallint' > '''-1''::smallint' ok 3432 - check variant vs casted for '''0''::smallint' > '''0''::smallint' ok 3433 - check variant vs casted for '''0''::smallint' > '''1''::smallint' ok 3434 - check variant vs casted for '''0''::smallint' > 'NULL::smallint' ok 3435 - check variant vs casted for '''0''::bigint' != '''-1''::bigint' ok 3436 - check variant vs casted for '''0''::bigint' != '''0''::bigint' ok 3437 - check variant vs casted for '''0''::bigint' != '''1''::bigint' ok 3438 - check variant vs casted for '''0''::bigint' != 'NULL::bigint' ok 3439 - check variant vs casted for '''0''::bigint' != '''-1''::float' ok 3440 - check variant vs casted for '''0''::bigint' != '''0''::float' ok 3441 - check variant vs casted for '''0''::bigint' != '''1''::float' ok 3442 - check variant vs casted for '''0''::bigint' != 'NULL::float' ok 3443 - check variant vs casted for '''0''::bigint' != '''-1''::integer' ok 3444 - check variant vs casted for '''0''::bigint' != '''0''::integer' ok 3445 - check variant vs casted for '''0''::bigint' != '''1''::integer' ok 3446 - check variant vs casted for '''0''::bigint' != 'NULL::integer' ok 3447 - check variant vs casted for '''0''::bigint' != '''-1''::numeric' ok 3448 - check variant vs casted for '''0''::bigint' != '''0''::numeric' ok 3449 - check variant vs casted for '''0''::bigint' != '''1''::numeric' ok 3450 - check variant vs casted for '''0''::bigint' != 'NULL::numeric' ok 3451 - check variant vs casted for '''0''::bigint' != '''-1''::numeric(2,1)' ok 3452 - check variant vs casted for '''0''::bigint' != '''0''::numeric(2,1)' ok 3453 - check variant vs casted for '''0''::bigint' != '''1''::numeric(2,1)' ok 3454 - check variant vs casted for '''0''::bigint' != 'NULL::numeric(2,1)' ok 3455 - check variant vs casted for '''0''::bigint' != '''-1''::real' ok 3456 - check variant vs casted for '''0''::bigint' != '''0''::real' ok 3457 - check variant vs casted for '''0''::bigint' != '''1''::real' ok 3458 - check variant vs casted for '''0''::bigint' != 'NULL::real' ok 3459 - check variant vs casted for '''0''::bigint' != '''-1''::smallint' ok 3460 - check variant vs casted for '''0''::bigint' != '''0''::smallint' ok 3461 - check variant vs casted for '''0''::bigint' != '''1''::smallint' ok 3462 - check variant vs casted for '''0''::bigint' != 'NULL::smallint' ok 3463 - check variant vs casted for '''0''::float' != '''-1''::bigint' ok 3464 - check variant vs casted for '''0''::float' != '''0''::bigint' ok 3465 - check variant vs casted for '''0''::float' != '''1''::bigint' ok 3466 - check variant vs casted for '''0''::float' != 'NULL::bigint' ok 3467 - check variant vs casted for '''0''::float' != '''-1''::float' ok 3468 - check variant vs casted for '''0''::float' != '''0''::float' ok 3469 - check variant vs casted for '''0''::float' != '''1''::float' ok 3470 - check variant vs casted for '''0''::float' != 'NULL::float' ok 3471 - check variant vs casted for '''0''::float' != '''-1''::integer' ok 3472 - check variant vs casted for '''0''::float' != '''0''::integer' ok 3473 - check variant vs casted for '''0''::float' != '''1''::integer' ok 3474 - check variant vs casted for '''0''::float' != 'NULL::integer' ok 3475 - check variant vs casted for '''0''::float' != '''-1''::numeric' ok 3476 - check variant vs casted for '''0''::float' != '''0''::numeric' ok 3477 - check variant vs casted for '''0''::float' != '''1''::numeric' ok 3478 - check variant vs casted for '''0''::float' != 'NULL::numeric' ok 3479 - check variant vs casted for '''0''::float' != '''-1''::numeric(2,1)' ok 3480 - check variant vs casted for '''0''::float' != '''0''::numeric(2,1)' ok 3481 - check variant vs casted for '''0''::float' != '''1''::numeric(2,1)' ok 3482 - check variant vs casted for '''0''::float' != 'NULL::numeric(2,1)' ok 3483 - check variant vs casted for '''0''::float' != '''-1''::real' ok 3484 - check variant vs casted for '''0''::float' != '''0''::real' ok 3485 - check variant vs casted for '''0''::float' != '''1''::real' ok 3486 - check variant vs casted for '''0''::float' != 'NULL::real' ok 3487 - check variant vs casted for '''0''::float' != '''-1''::smallint' ok 3488 - check variant vs casted for '''0''::float' != '''0''::smallint' ok 3489 - check variant vs casted for '''0''::float' != '''1''::smallint' ok 3490 - check variant vs casted for '''0''::float' != 'NULL::smallint' ok 3491 - check variant vs casted for '''0''::integer' != '''-1''::bigint' ok 3492 - check variant vs casted for '''0''::integer' != '''0''::bigint' ok 3493 - check variant vs casted for '''0''::integer' != '''1''::bigint' ok 3494 - check variant vs casted for '''0''::integer' != 'NULL::bigint' ok 3495 - check variant vs casted for '''0''::integer' != '''-1''::float' ok 3496 - check variant vs casted for '''0''::integer' != '''0''::float' ok 3497 - check variant vs casted for '''0''::integer' != '''1''::float' ok 3498 - check variant vs casted for '''0''::integer' != 'NULL::float' ok 3499 - check variant vs casted for '''0''::integer' != '''-1''::integer' ok 3500 - check variant vs casted for '''0''::integer' != '''0''::integer' ok 3501 - check variant vs casted for '''0''::integer' != '''1''::integer' ok 3502 - check variant vs casted for '''0''::integer' != 'NULL::integer' ok 3503 - check variant vs casted for '''0''::integer' != '''-1''::numeric' ok 3504 - check variant vs casted for '''0''::integer' != '''0''::numeric' ok 3505 - check variant vs casted for '''0''::integer' != '''1''::numeric' ok 3506 - check variant vs casted for '''0''::integer' != 'NULL::numeric' ok 3507 - check variant vs casted for '''0''::integer' != '''-1''::numeric(2,1)' ok 3508 - check variant vs casted for '''0''::integer' != '''0''::numeric(2,1)' ok 3509 - check variant vs casted for '''0''::integer' != '''1''::numeric(2,1)' ok 3510 - check variant vs casted for '''0''::integer' != 'NULL::numeric(2,1)' ok 3511 - check variant vs casted for '''0''::integer' != '''-1''::real' ok 3512 - check variant vs casted for '''0''::integer' != '''0''::real' ok 3513 - check variant vs casted for '''0''::integer' != '''1''::real' ok 3514 - check variant vs casted for '''0''::integer' != 'NULL::real' ok 3515 - check variant vs casted for '''0''::integer' != '''-1''::smallint' ok 3516 - check variant vs casted for '''0''::integer' != '''0''::smallint' ok 3517 - check variant vs casted for '''0''::integer' != '''1''::smallint' ok 3518 - check variant vs casted for '''0''::integer' != 'NULL::smallint' ok 3519 - check variant vs casted for '''0''::numeric' != '''-1''::bigint' ok 3520 - check variant vs casted for '''0''::numeric' != '''0''::bigint' ok 3521 - check variant vs casted for '''0''::numeric' != '''1''::bigint' ok 3522 - check variant vs casted for '''0''::numeric' != 'NULL::bigint' ok 3523 - check variant vs casted for '''0''::numeric' != '''-1''::float' ok 3524 - check variant vs casted for '''0''::numeric' != '''0''::float' ok 3525 - check variant vs casted for '''0''::numeric' != '''1''::float' ok 3526 - check variant vs casted for '''0''::numeric' != 'NULL::float' ok 3527 - check variant vs casted for '''0''::numeric' != '''-1''::integer' ok 3528 - check variant vs casted for '''0''::numeric' != '''0''::integer' ok 3529 - check variant vs casted for '''0''::numeric' != '''1''::integer' ok 3530 - check variant vs casted for '''0''::numeric' != 'NULL::integer' ok 3531 - check variant vs casted for '''0''::numeric' != '''-1''::numeric' ok 3532 - check variant vs casted for '''0''::numeric' != '''0''::numeric' ok 3533 - check variant vs casted for '''0''::numeric' != '''1''::numeric' ok 3534 - check variant vs casted for '''0''::numeric' != 'NULL::numeric' ok 3535 - check variant vs casted for '''0''::numeric' != '''-1''::numeric(2,1)' ok 3536 - check variant vs casted for '''0''::numeric' != '''0''::numeric(2,1)' ok 3537 - check variant vs casted for '''0''::numeric' != '''1''::numeric(2,1)' ok 3538 - check variant vs casted for '''0''::numeric' != 'NULL::numeric(2,1)' ok 3539 - check variant vs casted for '''0''::numeric' != '''-1''::real' ok 3540 - check variant vs casted for '''0''::numeric' != '''0''::real' ok 3541 - check variant vs casted for '''0''::numeric' != '''1''::real' ok 3542 - check variant vs casted for '''0''::numeric' != 'NULL::real' ok 3543 - check variant vs casted for '''0''::numeric' != '''-1''::smallint' ok 3544 - check variant vs casted for '''0''::numeric' != '''0''::smallint' ok 3545 - check variant vs casted for '''0''::numeric' != '''1''::smallint' ok 3546 - check variant vs casted for '''0''::numeric' != 'NULL::smallint' ok 3547 - check variant vs casted for '''0''::numeric(2,1)' != '''-1''::bigint' ok 3548 - check variant vs casted for '''0''::numeric(2,1)' != '''0''::bigint' ok 3549 - check variant vs casted for '''0''::numeric(2,1)' != '''1''::bigint' ok 3550 - check variant vs casted for '''0''::numeric(2,1)' != 'NULL::bigint' ok 3551 - check variant vs casted for '''0''::numeric(2,1)' != '''-1''::float' ok 3552 - check variant vs casted for '''0''::numeric(2,1)' != '''0''::float' ok 3553 - check variant vs casted for '''0''::numeric(2,1)' != '''1''::float' ok 3554 - check variant vs casted for '''0''::numeric(2,1)' != 'NULL::float' ok 3555 - check variant vs casted for '''0''::numeric(2,1)' != '''-1''::integer' ok 3556 - check variant vs casted for '''0''::numeric(2,1)' != '''0''::integer' ok 3557 - check variant vs casted for '''0''::numeric(2,1)' != '''1''::integer' ok 3558 - check variant vs casted for '''0''::numeric(2,1)' != 'NULL::integer' ok 3559 - check variant vs casted for '''0''::numeric(2,1)' != '''-1''::numeric' ok 3560 - check variant vs casted for '''0''::numeric(2,1)' != '''0''::numeric' ok 3561 - check variant vs casted for '''0''::numeric(2,1)' != '''1''::numeric' ok 3562 - check variant vs casted for '''0''::numeric(2,1)' != 'NULL::numeric' ok 3563 - check variant vs casted for '''0''::numeric(2,1)' != '''-1''::numeric(2,1)' ok 3564 - check variant vs casted for '''0''::numeric(2,1)' != '''0''::numeric(2,1)' ok 3565 - check variant vs casted for '''0''::numeric(2,1)' != '''1''::numeric(2,1)' ok 3566 - check variant vs casted for '''0''::numeric(2,1)' != 'NULL::numeric(2,1)' ok 3567 - check variant vs casted for '''0''::numeric(2,1)' != '''-1''::real' ok 3568 - check variant vs casted for '''0''::numeric(2,1)' != '''0''::real' ok 3569 - check variant vs casted for '''0''::numeric(2,1)' != '''1''::real' ok 3570 - check variant vs casted for '''0''::numeric(2,1)' != 'NULL::real' ok 3571 - check variant vs casted for '''0''::numeric(2,1)' != '''-1''::smallint' ok 3572 - check variant vs casted for '''0''::numeric(2,1)' != '''0''::smallint' ok 3573 - check variant vs casted for '''0''::numeric(2,1)' != '''1''::smallint' ok 3574 - check variant vs casted for '''0''::numeric(2,1)' != 'NULL::smallint' ok 3575 - check variant vs casted for '''0''::real' != '''-1''::bigint' ok 3576 - check variant vs casted for '''0''::real' != '''0''::bigint' ok 3577 - check variant vs casted for '''0''::real' != '''1''::bigint' ok 3578 - check variant vs casted for '''0''::real' != 'NULL::bigint' ok 3579 - check variant vs casted for '''0''::real' != '''-1''::float' ok 3580 - check variant vs casted for '''0''::real' != '''0''::float' ok 3581 - check variant vs casted for '''0''::real' != '''1''::float' ok 3582 - check variant vs casted for '''0''::real' != 'NULL::float' ok 3583 - check variant vs casted for '''0''::real' != '''-1''::integer' ok 3584 - check variant vs casted for '''0''::real' != '''0''::integer' ok 3585 - check variant vs casted for '''0''::real' != '''1''::integer' ok 3586 - check variant vs casted for '''0''::real' != 'NULL::integer' ok 3587 - check variant vs casted for '''0''::real' != '''-1''::numeric' ok 3588 - check variant vs casted for '''0''::real' != '''0''::numeric' ok 3589 - check variant vs casted for '''0''::real' != '''1''::numeric' ok 3590 - check variant vs casted for '''0''::real' != 'NULL::numeric' ok 3591 - check variant vs casted for '''0''::real' != '''-1''::numeric(2,1)' ok 3592 - check variant vs casted for '''0''::real' != '''0''::numeric(2,1)' ok 3593 - check variant vs casted for '''0''::real' != '''1''::numeric(2,1)' ok 3594 - check variant vs casted for '''0''::real' != 'NULL::numeric(2,1)' ok 3595 - check variant vs casted for '''0''::real' != '''-1''::real' ok 3596 - check variant vs casted for '''0''::real' != '''0''::real' ok 3597 - check variant vs casted for '''0''::real' != '''1''::real' ok 3598 - check variant vs casted for '''0''::real' != 'NULL::real' ok 3599 - check variant vs casted for '''0''::real' != '''-1''::smallint' ok 3600 - check variant vs casted for '''0''::real' != '''0''::smallint' ok 3601 - check variant vs casted for '''0''::real' != '''1''::smallint' ok 3602 - check variant vs casted for '''0''::real' != 'NULL::smallint' ok 3603 - check variant vs casted for '''0''::smallint' != '''-1''::bigint' ok 3604 - check variant vs casted for '''0''::smallint' != '''0''::bigint' ok 3605 - check variant vs casted for '''0''::smallint' != '''1''::bigint' ok 3606 - check variant vs casted for '''0''::smallint' != 'NULL::bigint' ok 3607 - check variant vs casted for '''0''::smallint' != '''-1''::float' ok 3608 - check variant vs casted for '''0''::smallint' != '''0''::float' ok 3609 - check variant vs casted for '''0''::smallint' != '''1''::float' ok 3610 - check variant vs casted for '''0''::smallint' != 'NULL::float' ok 3611 - check variant vs casted for '''0''::smallint' != '''-1''::integer' ok 3612 - check variant vs casted for '''0''::smallint' != '''0''::integer' ok 3613 - check variant vs casted for '''0''::smallint' != '''1''::integer' ok 3614 - check variant vs casted for '''0''::smallint' != 'NULL::integer' ok 3615 - check variant vs casted for '''0''::smallint' != '''-1''::numeric' ok 3616 - check variant vs casted for '''0''::smallint' != '''0''::numeric' ok 3617 - check variant vs casted for '''0''::smallint' != '''1''::numeric' ok 3618 - check variant vs casted for '''0''::smallint' != 'NULL::numeric' ok 3619 - check variant vs casted for '''0''::smallint' != '''-1''::numeric(2,1)' ok 3620 - check variant vs casted for '''0''::smallint' != '''0''::numeric(2,1)' ok 3621 - check variant vs casted for '''0''::smallint' != '''1''::numeric(2,1)' ok 3622 - check variant vs casted for '''0''::smallint' != 'NULL::numeric(2,1)' ok 3623 - check variant vs casted for '''0''::smallint' != '''-1''::real' ok 3624 - check variant vs casted for '''0''::smallint' != '''0''::real' ok 3625 - check variant vs casted for '''0''::smallint' != '''1''::real' ok 3626 - check variant vs casted for '''0''::smallint' != 'NULL::real' ok 3627 - check variant vs casted for '''0''::smallint' != '''-1''::smallint' ok 3628 - check variant vs casted for '''0''::smallint' != '''0''::smallint' ok 3629 - check variant vs casted for '''0''::smallint' != '''1''::smallint' ok 3630 - check variant vs casted for '''0''::smallint' != 'NULL::smallint'