Skip to content

Commit 99a7dda

Browse files
committed
fix regress tests after rebase
1 parent 72c3f3f commit 99a7dda

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

expected/plpgsql_check_active.out

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3550,7 +3550,6 @@ select * from plpgsql_check_function('test_crash', fatal_errors := true);
35503550
(5 rows)
35513551

35523552
drop function test_crash();
3553-
<<<<<<< HEAD
35543553
-- fix false alarm reported by Piotr Stepniewski
35553554
create or replace function public.fx()
35563555
returns void
@@ -3605,8 +3604,6 @@ select * from plpgsql_check_function('fx()');
36053604
(2 rows)
36063605

36073606
drop function fx();
3608-
=======
3609-
>>>>>>> 4c5b5703551fc485a52f6f4f2dca7fc6bfb01dcf
36103607
create or replace function foo_format(a text, b text)
36113608
returns void as $$
36123609
declare s text;
@@ -3688,15 +3685,9 @@ begin
36883685
end;
36893686
$$ language plpgsql;
36903687
select * from plpgsql_check_function('dyn_sql_2', security_warnings := true);
3691-
<<<<<<< HEAD
36923688
plpgsql_check_function
36933689
------------------------------------------------------------
36943690
error:42703:9:EXECUTE:column "c" not found in data type tp
3695-
=======
3696-
plpgsql_check_function
3697-
-------------------------------------------------------------
3698-
error:42703:14:EXECUTE:column "c" not found in data type tp
3699-
>>>>>>> 4c5b5703551fc485a52f6f4f2dca7fc6bfb01dcf
37003691
Query: select $1.c
37013692
-- ^
37023693
(3 rows)

sql/plpgsql_check_active.sql

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2581,7 +2581,6 @@ select * from plpgsql_check_function('test_crash', fatal_errors := true);
25812581

25822582
drop function test_crash();
25832583

2584-
<<<<<<< HEAD
25852584
-- fix false alarm reported by Piotr Stepniewski
25862585
create or replace function public.fx()
25872586
returns void
@@ -2630,8 +2629,6 @@ select * from plpgsql_check_function('fx()');
26302629

26312630
drop function fx();
26322631

2633-
=======
2634-
>>>>>>> 4c5b5703551fc485a52f6f4f2dca7fc6bfb01dcf
26352632
create or replace function foo_format(a text, b text)
26362633
returns void as $$
26372634
declare s text;

0 commit comments

Comments
 (0)