6
6
* altorder.out - test output for 64-bit systems
7
7
* altorder_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
* altorder_2.out - test output for 32-bit systems (>=18)
13
13
*
@@ -190,11 +190,10 @@ SELECT count(*) FROM atsts WHERE t @@ 'wr|qh';
190
190
QUERY PLAN
191
191
---------------------------------------------------
192
192
Aggregate
193
- Disabled Nodes: 1
194
193
-> Seq Scan on atsts
195
- Disabled Nodes: 1
194
+ Disabled: true
196
195
Filter: (t @@ '''wr'' | ''qh'''::tsquery)
197
- (5 rows)
196
+ (4 rows)
198
197
199
198
SELECT count(*) FROM atsts WHERE t @@ 'wr|qh';
200
199
count
@@ -237,11 +236,10 @@ SELECT count(*) FROM atsts WHERE d < '2016-05-16 14:21:25';
237
236
QUERY PLAN
238
237
-------------------------------------------------------------------------------
239
238
Aggregate
240
- Disabled Nodes: 1
241
239
-> Seq Scan on atsts
242
- Disabled Nodes: 1
240
+ Disabled: true
243
241
Filter: (d < 'Mon May 16 14:21:25 2016'::timestamp without time zone)
244
- (5 rows)
242
+ (4 rows)
245
243
246
244
SELECT count(*) FROM atsts WHERE d < '2016-05-16 14:21:25';
247
245
count
@@ -254,11 +252,10 @@ SELECT count(*) FROM atsts WHERE d > '2016-05-16 14:21:25';
254
252
QUERY PLAN
255
253
-------------------------------------------------------------------------------
256
254
Aggregate
257
- Disabled Nodes: 1
258
255
-> Seq Scan on atsts
259
- Disabled Nodes: 1
256
+ Disabled: true
260
257
Filter: (d > 'Mon May 16 14:21:25 2016'::timestamp without time zone)
261
- (5 rows)
258
+ (4 rows)
262
259
263
260
SELECT count(*) FROM atsts WHERE d > '2016-05-16 14:21:25';
264
261
count
@@ -275,14 +272,12 @@ SELECT id, d, d <=> '2016-05-16 14:21:25' FROM atsts WHERE t @@ 'wr&qh' ORDER BY
275
272
QUERY PLAN
276
273
-------------------------------------------------------------------------------------
277
274
Limit
278
- Disabled Nodes: 1
279
275
-> Sort
280
- Disabled Nodes: 1
281
276
Sort Key: ((d <=> 'Mon May 16 14:21:25 2016'::timestamp without time zone))
282
277
-> Seq Scan on atsts
283
- Disabled Nodes: 1
278
+ Disabled: true
284
279
Filter: (t @@ '''wr'' & ''qh'''::tsquery)
285
- (8 rows)
280
+ (6 rows)
286
281
287
282
SELECT id, d, d <=> '2016-05-16 14:21:25' FROM atsts WHERE t @@ 'wr&qh' ORDER BY d <=> '2016-05-16 14:21:25' LIMIT 5;
288
283
id | d | ?column?
@@ -299,14 +294,12 @@ SELECT id, d, d <=| '2016-05-16 14:21:25' FROM atsts WHERE t @@ 'wr&qh' ORDER BY
299
294
QUERY PLAN
300
295
-------------------------------------------------------------------------------------
301
296
Limit
302
- Disabled Nodes: 1
303
297
-> Sort
304
- Disabled Nodes: 1
305
298
Sort Key: ((d <=| 'Mon May 16 14:21:25 2016'::timestamp without time zone))
306
299
-> Seq Scan on atsts
307
- Disabled Nodes: 1
300
+ Disabled: true
308
301
Filter: (t @@ '''wr'' & ''qh'''::tsquery)
309
- (8 rows)
302
+ (6 rows)
310
303
311
304
SELECT id, d, d <=| '2016-05-16 14:21:25' FROM atsts WHERE t @@ 'wr&qh' ORDER BY d <=| '2016-05-16 14:21:25' LIMIT 5;
312
305
id | d | ?column?
@@ -323,14 +316,12 @@ SELECT id, d, d |=> '2016-05-16 14:21:25' FROM atsts WHERE t @@ 'wr&qh' ORDER BY
323
316
QUERY PLAN
324
317
-------------------------------------------------------------------------------------
325
318
Limit
326
- Disabled Nodes: 1
327
319
-> Sort
328
- Disabled Nodes: 1
329
320
Sort Key: ((d |=> 'Mon May 16 14:21:25 2016'::timestamp without time zone))
330
321
-> Seq Scan on atsts
331
- Disabled Nodes: 1
322
+ Disabled: true
332
323
Filter: (t @@ '''wr'' & ''qh'''::tsquery)
333
- (8 rows)
324
+ (6 rows)
334
325
335
326
SELECT id, d, d |=> '2016-05-16 14:21:25' FROM atsts WHERE t @@ 'wr&qh' ORDER BY d |=> '2016-05-16 14:21:25' LIMIT 5;
336
327
id | d | ?column?
@@ -347,13 +338,11 @@ SELECT id, d, d <=> '2016-05-16 14:21:25' FROM atsts ORDER BY d <=> '2016-05-16
347
338
QUERY PLAN
348
339
-------------------------------------------------------------------------------------
349
340
Limit
350
- Disabled Nodes: 1
351
341
-> Sort
352
- Disabled Nodes: 1
353
342
Sort Key: ((d <=> 'Mon May 16 14:21:25 2016'::timestamp without time zone))
354
343
-> Seq Scan on atsts
355
- Disabled Nodes: 1
356
- (7 rows)
344
+ Disabled: true
345
+ (5 rows)
357
346
358
347
SELECT id, d, d <=> '2016-05-16 14:21:25' FROM atsts ORDER BY d <=> '2016-05-16 14:21:25' LIMIT 5;
359
348
id | d | ?column?
@@ -370,12 +359,11 @@ SELECT id, d FROM atsts WHERE t @@ 'wr&qh' AND d <= '2016-05-16 14:21:25' ORDER
370
359
QUERY PLAN
371
360
------------------------------------------------------------------------------------------------------------------------
372
361
Sort
373
- Disabled Nodes: 1
374
362
Sort Key: d
375
363
-> Seq Scan on atsts
376
- Disabled Nodes: 1
364
+ Disabled: true
377
365
Filter: ((t @@ '''wr'' & ''qh'''::tsquery) AND (d <= 'Mon May 16 14:21:25 2016'::timestamp without time zone))
378
- (6 rows)
366
+ (5 rows)
379
367
380
368
SELECT id, d FROM atsts WHERE t @@ 'wr&qh' AND d <= '2016-05-16 14:21:25' ORDER BY d;
381
369
id | d
@@ -423,12 +411,11 @@ SELECT id, d FROM atsts WHERE t @@ 'wr&qh' AND d >= '2016-05-16 14:21:25' ORDER
423
411
QUERY PLAN
424
412
------------------------------------------------------------------------------------------------------------------------
425
413
Sort
426
- Disabled Nodes: 1
427
414
Sort Key: d
428
415
-> Seq Scan on atsts
429
- Disabled Nodes: 1
416
+ Disabled: true
430
417
Filter: ((t @@ '''wr'' & ''qh'''::tsquery) AND (d >= 'Mon May 16 14:21:25 2016'::timestamp without time zone))
431
- (6 rows)
418
+ (5 rows)
432
419
433
420
SELECT id, d FROM atsts WHERE t @@ 'wr&qh' AND d >= '2016-05-16 14:21:25' ORDER BY d;
434
421
id | d
@@ -472,12 +459,11 @@ SELECT id, d FROM atsts WHERE t @@ 'wr&q:*' AND d >= '2016-05-16 14:21:25' ORDE
472
459
QUERY PLAN
473
460
-------------------------------------------------------------------------------------------------------------------------
474
461
Sort
475
- Disabled Nodes: 1
476
462
Sort Key: d
477
463
-> Seq Scan on atsts
478
- Disabled Nodes: 1
464
+ Disabled: true
479
465
Filter: ((t @@ '''wr'' & ''q'':*'::tsquery) AND (d >= 'Mon May 16 14:21:25 2016'::timestamp without time zone))
480
- (6 rows)
466
+ (5 rows)
481
467
482
468
SELECT id, d FROM atsts WHERE t @@ 'wr&q:*' AND d >= '2016-05-16 14:21:25' ORDER BY d;
483
469
id | d
0 commit comments