Skip to content

Commit 8e7b9c9

Browse files
committed
fix regress tests for PostgreSQL 17
1 parent a59658a commit 8e7b9c9

File tree

3 files changed

+9292
-2
lines changed

3 files changed

+9292
-2
lines changed

expected/README

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
plpgsql_check_passive.out PostgreSQL 14, 15, 16
22
plpgsql_check_passive_1.out PostgreSQL 12, 13
33
plpgsql_check_active_1.out PostgreSQL 12, 13
4-
plpgsql_check_active.out PostgreSQL 14, 15, 16, 17
4+
plpgsql_check_active_2.out PostgreSQL 14, 15, 16
5+
plpgsql_check_active.out PostgreSQL 17

expected/plpgsql_check_active.out

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3011,7 +3011,8 @@ end;
30113011
$$ language plpgsql;
30123012
-- should to fail
30133013
select testseq();
3014-
ERROR: "test_table" is not a sequence
3014+
ERROR: cannot open relation "test_table"
3015+
DETAIL: This operation is not supported for tables.
30153016
CONTEXT: SQL statement "SELECT nextval('test_table')"
30163017
PL/pgSQL function testseq() line 3 at PERFORM
30173018
select * from plpgsql_check_function('testseq()', fatal_errors := false);

0 commit comments

Comments
 (0)