|
1 | 1 | /*
|
2 | 2 | * -------------------------------------------
|
3 |
| - * NOTE: This test behaves differenly on 9.5 |
| 3 | + * NOTE: This test behaves differenly on PgPro |
4 | 4 | * -------------------------------------------
|
5 | 5 | *
|
6 |
| - * Also since 8edd0e794 (>= 12) Append nodes with single subplan are eliminated, |
7 |
| - * causing different output; pathman_rowmarks_2.out is the updated version. |
| 6 | + * ------------------------ |
| 7 | + * pathman_rowmarks_1.sql |
| 8 | + * ------------------------ |
| 9 | + * Since PostgreSQL 9.5, output of EXPLAIN was changed. |
8 | 10 | *
|
9 |
| - * Since 55a1954da16 and 6ef77cf46e8 (>= 13) output of EXPLAIN was changed, |
10 |
| - * now it includes aliases for inherited tables. |
| 11 | + * ------------------------ |
| 12 | + * pathman_rowmarks_2.sql |
| 13 | + * ------------------------ |
| 14 | + * Since 8edd0e794 in PostgreSQL 12, append nodes with single subplan are |
| 15 | + * eliminated, causing different output. |
| 16 | + * |
| 17 | + * ------------------------ |
| 18 | + * pathman_rowmarks_3.sql |
| 19 | + * ------------------------ |
| 20 | + * Since 55a1954da16 and 6ef77cf46e8 in PostgreSQL 13 output of EXPLAIN was |
| 21 | + * changed, now it includes aliases for inherited tables. |
| 22 | + * |
| 23 | + * ------------------------ |
| 24 | + * pathman_rowmarks_3.sql |
| 25 | + * ------------------------ |
| 26 | + * Since fd0398fcb09 in PostgreSQL 17, output of EXPLAIN was |
| 27 | + * changed, now it displays SubPlan nodes and output parameters. |
11 | 28 | */
|
12 | 29 | SET search_path = 'public';
|
13 | 30 | CREATE EXTENSION pg_pathman;
|
|
0 commit comments