Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit cb1edff

Browse filesBrowse files
Add compatibility with PostgreSQL 17. (#129)
Fix compiler error that was introduced by the commit 6ed83d5f (Use bump memory context for tuplesorts). Fix 'array' test. Fix Travis CI build.
1 parent 9e78b97 commit cb1edff
Copy full SHA for cb1edff

File tree

7 files changed

+1869
-4
lines changed
Filter options

7 files changed

+1869
-4
lines changed

‎expected/array.out

Copy file name to clipboardExpand all lines: expected/array.out
+16Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
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+
*/
117
set enable_seqscan=off;
218
set enable_sort=off;
319
/*

‎expected/array_1.out

Copy file name to clipboardExpand all lines: expected/array_1.out
+16Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
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+
*/
117
set enable_seqscan=off;
218
set enable_sort=off;
319
/*

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.