File tree 5 files changed +92
-0
lines changed
5 files changed +92
-0
lines changed Original file line number Diff line number Diff line change
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
+ */
1
17
set enable_seqscan=off;
2
18
set enable_sort=off;
19
+
20
+
3
21
/*
4
22
* Complete checks for int2[].
5
23
*/
24
+
6
25
CREATE TABLE test_array (
7
26
i int2[]
8
27
);
Original file line number Diff line number Diff line change
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
+ */
1
17
set enable_seqscan=off;
2
18
set enable_sort=off;
19
+
20
+
3
21
/*
4
22
* Complete checks for int2[].
5
23
*/
24
+
6
25
CREATE TABLE test_array (
7
26
i int2[]
8
27
);
Original file line number Diff line number Diff line change
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
+ */
1
17
set enable_seqscan=off;
2
18
set enable_sort=off;
19
+
20
+
3
21
/*
4
22
* Complete checks for int2[].
5
23
*/
24
+
6
25
CREATE TABLE test_array (
7
26
i int2[]
8
27
);
Original file line number Diff line number Diff line change
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
+ */
1
17
set enable_seqscan=off;
2
18
set enable_sort=off;
19
+
20
+
3
21
/*
4
22
* Complete checks for int2[].
5
23
*/
24
+
6
25
CREATE TABLE test_array (
7
26
i int2[]
8
27
);
Original file line number Diff line number Diff line change
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
+ */
1
17
set enable_seqscan= off;
2
18
set enable_sort= off;
3
19
You can’t perform that action at this time.
0 commit comments