6
6
* int8.out - test output for 64-bit systems and
7
7
* int8_1.out - test output for 32-bit systems.
8
8
*
9
- * Since c01743aa486 (>=18) EXPLAIN output was changed,
10
- * now it includes the number of disabled nodes
9
+ * Since c01743aa486 and 161320b4b96 (>=18) EXPLAIN output was changed,
10
+ * now it shows whether nodes are disabled.
11
11
*
12
12
* int8_2.out - test output for 32-bit systems (>=18)
13
13
*
@@ -238,9 +238,8 @@ SELECT count(*) FROM test_int8_a WHERE id < 400::int8;
238
238
QUERY PLAN
239
239
--------------------------------------
240
240
Aggregate
241
- Disabled Nodes: 1
242
241
-> Seq Scan on test_int8_a
243
- Disabled Nodes: 1
242
+ Disabled: true
244
243
Filter: (id < '400'::bigint)
245
244
(5 rows)
246
245
@@ -255,12 +254,10 @@ SELECT id, id <=> 400 FROM test_int8_a WHERE t @@ 'wr&qh' ORDER BY id <=> 400 LI
255
254
QUERY PLAN
256
255
---------------------------------------------------------
257
256
Limit
258
- Disabled Nodes: 1
259
257
-> Sort
260
- Disabled Nodes: 1
261
258
Sort Key: ((id <=> '400'::bigint))
262
259
-> Seq Scan on test_int8_a
263
- Disabled Nodes: 1
260
+ Disabled: true
264
261
Filter: (t @@ '''wr'' & ''qh'''::tsquery)
265
262
(8 rows)
266
263
@@ -279,12 +276,10 @@ SELECT id, id <=| 400 FROM test_int8_a WHERE t @@ 'wr&qh' ORDER BY id <=| 400 LI
279
276
QUERY PLAN
280
277
---------------------------------------------------------
281
278
Limit
282
- Disabled Nodes: 1
283
279
-> Sort
284
- Disabled Nodes: 1
285
280
Sort Key: ((id <=| '400'::bigint))
286
281
-> Seq Scan on test_int8_a
287
- Disabled Nodes: 1
282
+ Disabled: true
288
283
Filter: (t @@ '''wr'' & ''qh'''::tsquery)
289
284
(8 rows)
290
285
@@ -303,12 +298,10 @@ SELECT id, id |=> 400 FROM test_int8_a WHERE t @@ 'wr&qh' ORDER BY id |=> 400 LI
303
298
QUERY PLAN
304
299
---------------------------------------------------------
305
300
Limit
306
- Disabled Nodes: 1
307
301
-> Sort
308
- Disabled Nodes: 1
309
302
Sort Key: ((id |=> '400'::bigint))
310
303
-> Seq Scan on test_int8_a
311
- Disabled Nodes: 1
304
+ Disabled: true
312
305
Filter: (t @@ '''wr'' & ''qh'''::tsquery)
313
306
(8 rows)
314
307
@@ -327,10 +320,9 @@ SELECT id FROM test_int8_a WHERE t @@ 'wr&qh' AND id <= 400::int8 ORDER BY id;
327
320
QUERY PLAN
328
321
-------------------------------------------------------------------------------
329
322
Sort
330
- Disabled Nodes: 1
331
323
Sort Key: id
332
324
-> Seq Scan on test_int8_a
333
- Disabled Nodes: 1
325
+ Disabled: true
334
326
Filter: ((t @@ '''wr'' & ''qh'''::tsquery) AND (id <= '400'::bigint))
335
327
(6 rows)
336
328
@@ -354,10 +346,9 @@ SELECT id FROM test_int8_a WHERE t @@ 'wr&qh' AND id >= 400::int8 ORDER BY id;
354
346
QUERY PLAN
355
347
-------------------------------------------------------------------------------
356
348
Sort
357
- Disabled Nodes: 1
358
349
Sort Key: id
359
350
-> Seq Scan on test_int8_a
360
- Disabled Nodes: 1
351
+ Disabled: true
361
352
Filter: ((t @@ '''wr'' & ''qh'''::tsquery) AND (id >= '400'::bigint))
362
353
(6 rows)
363
354
@@ -534,9 +525,8 @@ SELECT count(*) FROM test_int8_h_a WHERE id < 400::int8;
534
525
QUERY PLAN
535
526
--------------------------------------
536
527
Aggregate
537
- Disabled Nodes: 1
538
528
-> Seq Scan on test_int8_h_a
539
- Disabled Nodes: 1
529
+ Disabled: true
540
530
Filter: (id < '400'::bigint)
541
531
(5 rows)
542
532
@@ -551,12 +541,10 @@ SELECT id, id <=> 400 FROM test_int8_h_a WHERE t @@ 'wr&qh' ORDER BY id <=> 400
551
541
QUERY PLAN
552
542
---------------------------------------------------------
553
543
Limit
554
- Disabled Nodes: 1
555
544
-> Sort
556
- Disabled Nodes: 1
557
545
Sort Key: ((id <=> '400'::bigint))
558
546
-> Seq Scan on test_int8_h_a
559
- Disabled Nodes: 1
547
+ Disabled: true
560
548
Filter: (t @@ '''wr'' & ''qh'''::tsquery)
561
549
(8 rows)
562
550
@@ -575,12 +563,10 @@ SELECT id, id <=| 400 FROM test_int8_h_a WHERE t @@ 'wr&qh' ORDER BY id <=| 400
575
563
QUERY PLAN
576
564
---------------------------------------------------------
577
565
Limit
578
- Disabled Nodes: 1
579
566
-> Sort
580
- Disabled Nodes: 1
581
567
Sort Key: ((id <=| '400'::bigint))
582
568
-> Seq Scan on test_int8_h_a
583
- Disabled Nodes: 1
569
+ Disabled: true
584
570
Filter: (t @@ '''wr'' & ''qh'''::tsquery)
585
571
(8 rows)
586
572
@@ -599,12 +585,10 @@ SELECT id, id |=> 400 FROM test_int8_h_a WHERE t @@ 'wr&qh' ORDER BY id |=> 400
599
585
QUERY PLAN
600
586
---------------------------------------------------------
601
587
Limit
602
- Disabled Nodes: 1
603
588
-> Sort
604
- Disabled Nodes: 1
605
589
Sort Key: ((id |=> '400'::bigint))
606
590
-> Seq Scan on test_int8_h_a
607
- Disabled Nodes: 1
591
+ Disabled: true
608
592
Filter: (t @@ '''wr'' & ''qh'''::tsquery)
609
593
(8 rows)
610
594
@@ -623,10 +607,9 @@ SELECT id FROM test_int8_h_a WHERE t @@ 'wr&qh' AND id <= 400::int8 ORDER BY id
623
607
QUERY PLAN
624
608
-------------------------------------------------------------------------------
625
609
Sort
626
- Disabled Nodes: 1
627
610
Sort Key: id
628
611
-> Seq Scan on test_int8_h_a
629
- Disabled Nodes: 1
612
+ Disabled: true
630
613
Filter: ((t @@ '''wr'' & ''qh'''::tsquery) AND (id <= '400'::bigint))
631
614
(6 rows)
632
615
@@ -650,10 +633,9 @@ SELECT id FROM test_int8_h_a WHERE t @@ 'wr&qh' AND id >= 400::int8 ORDER BY id
650
633
QUERY PLAN
651
634
-------------------------------------------------------------------------------
652
635
Sort
653
- Disabled Nodes: 1
654
636
Sort Key: id
655
637
-> Seq Scan on test_int8_h_a
656
- Disabled Nodes: 1
638
+ Disabled: true
657
639
Filter: ((t @@ '''wr'' & ''qh'''::tsquery) AND (id >= '400'::bigint))
658
640
(6 rows)
659
641
@@ -677,10 +659,9 @@ SELECT id FROM test_int8_h_a WHERE t @@ 'wr&qh' AND id <= 400::int8 ORDER BY id
677
659
QUERY PLAN
678
660
-------------------------------------------------------------------------------
679
661
Sort
680
- Disabled Nodes: 1
681
662
Sort Key: ((id <=> '400'::bigint))
682
663
-> Seq Scan on test_int8_h_a
683
- Disabled Nodes: 1
664
+ Disabled: true
684
665
Filter: ((t @@ '''wr'' & ''qh'''::tsquery) AND (id <= '400'::bigint))
685
666
(6 rows)
686
667
0 commit comments