Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions expected/array.out
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
/*
* ---------------------------------------------
* NOTE: This test behaves differenly on PgPro
* ---------------------------------------------
*
* --------------------
* array.sql and array_1.sql
* --------------------
* Test output for 64-bit and 32-bit systems respectively.
*
* --------------------
* array_2.sql and array_3.sql
* --------------------
* Since 6ed83d5fa55c in PostgreSQL 17, the order of rows
* in the output has been changed.
*/
set enable_seqscan=off;
set enable_sort=off;
/*
Expand Down
16 changes: 16 additions & 0 deletions expected/array_1.out
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
/*
* ---------------------------------------------
* NOTE: This test behaves differenly on PgPro
* ---------------------------------------------
*
* --------------------
* array.sql and array_1.sql
* --------------------
* Test output for 64-bit and 32-bit systems respectively.
*
* --------------------
* array_2.sql and array_3.sql
* --------------------
* Since 6ed83d5fa55c in PostgreSQL 17, the order of rows
* in the output has been changed.
*/
set enable_seqscan=off;
set enable_sort=off;
/*
Expand Down
Loading