File tree Expand file tree Collapse file tree 5 files changed +92
-0
lines changed
Expand file tree Collapse file tree 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+ */
117set enable_seqscan=off;
218set enable_sort=off;
19+
20+
321/*
422 * Complete checks for int2[].
523 */
24+
625CREATE TABLE test_array (
726 i int2[]
827);
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+ */
117set enable_seqscan=off;
218set enable_sort=off;
19+
20+
321/*
422 * Complete checks for int2[].
523 */
24+
625CREATE TABLE test_array (
726 i int2[]
827);
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+ */
117set enable_seqscan=off;
218set enable_sort=off;
19+
20+
321/*
422 * Complete checks for int2[].
523 */
24+
625CREATE TABLE test_array (
726 i int2[]
827);
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+ */
117set enable_seqscan=off;
218set enable_sort=off;
19+
20+
321/*
422 * Complete checks for int2[].
523 */
24+
625CREATE TABLE test_array (
726 i int2[]
827);
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+ */
117set enable_seqscan= off;
218set enable_sort= off;
319
You can’t perform that action at this time.
0 commit comments