Skip to content

Commit c4530bb

Browse files
author
Potapov Alexander
committed
PGPRO-10316 Add explanation on expected resluts of the 'array' test
1 parent 7ba9e77 commit c4530bb

File tree

5 files changed

+85
-0
lines changed

5 files changed

+85
-0
lines changed

Diff for: expected/array.out

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
/*
2+
* ---------------------------------------------
3+
* NOTE: This test behaves differenly on PgPro
4+
* ---------------------------------------------
5+
*
6+
* --------------------
7+
* array.sql and array_1.sql
8+
* --------------------
9+
* Test output for 64-bit and 32-bit systems respectively.
10+
*
11+
* --------------------
12+
* array_2.sql and array_3.sql
13+
* --------------------
14+
* Since 6ed83d5fa55c in PostgreSQL 17, the order of rows
15+
* in the output has been changed.
16+
*/
17+
118
set enable_seqscan=off;
219
set enable_sort=off;
320
/*

Diff for: expected/array_1.out

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
/*
2+
* ---------------------------------------------
3+
* NOTE: This test behaves differenly on PgPro
4+
* ---------------------------------------------
5+
*
6+
* --------------------
7+
* array.sql and array_1.sql
8+
* --------------------
9+
* Test output for 64-bit and 32-bit systems respectively.
10+
*
11+
* --------------------
12+
* array_2.sql and array_3.sql
13+
* --------------------
14+
* Since 6ed83d5fa55c in PostgreSQL 17, the order of rows
15+
* in the output has been changed.
16+
*/
17+
118
set enable_seqscan=off;
219
set enable_sort=off;
320
/*

Diff for: expected/array_2.out

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
/*
2+
* ---------------------------------------------
3+
* NOTE: This test behaves differenly on PgPro
4+
* ---------------------------------------------
5+
*
6+
* --------------------
7+
* array.sql and array_1.sql
8+
* --------------------
9+
* Test output for 64-bit and 32-bit systems respectively.
10+
*
11+
* --------------------
12+
* array_2.sql and array_3.sql
13+
* --------------------
14+
* Since 6ed83d5fa55c in PostgreSQL 17, the order of rows
15+
* in the output has been changed.
16+
*/
17+
118
set enable_seqscan=off;
219
set enable_sort=off;
320
/*

Diff for: expected/array_3.out

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
/*
2+
* ---------------------------------------------
3+
* NOTE: This test behaves differenly on PgPro
4+
* ---------------------------------------------
5+
*
6+
* --------------------
7+
* array.sql and array_1.sql
8+
* --------------------
9+
* Test output for 64-bit and 32-bit systems respectively.
10+
*
11+
* --------------------
12+
* array_2.sql and array_3.sql
13+
* --------------------
14+
* Since 6ed83d5fa55c in PostgreSQL 17, the order of rows
15+
* in the output has been changed.
16+
*/
17+
118
set enable_seqscan=off;
219
set enable_sort=off;
320
/*

Diff for: sql/array.sql

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
/*
2+
* ---------------------------------------------
3+
* NOTE: This test behaves differenly on PgPro
4+
* ---------------------------------------------
5+
*
6+
* --------------------
7+
* array.sql and array_1.sql
8+
* --------------------
9+
* Test output for 64-bit and 32-bit systems respectively.
10+
*
11+
* --------------------
12+
* array_2.sql and array_3.sql
13+
* --------------------
14+
* Since 6ed83d5fa55c in PostgreSQL 17, the order of rows
15+
* in the output has been changed.
16+
*/
17+
118
set enable_seqscan=off;
219
set enable_sort=off;
320

0 commit comments

Comments
 (0)